joestark15 Posted March 2, 2014 Share Posted March 2, 2014 Hello all, I am enjoying this book, and have had all success deploying the chapter 3 department select menu scripts on my local environment. When i try to implement the same when using a bootstrap style website, where the pages are outputted through the index.php file: https://mysite.com/index.php?page=dept_form&did=1 I run into problems. In your book on chapter 3 your dept.js file has the code pulling from (get, dept_results_ajax.php?did=' + encode...). Because of the bootstrap style site I am using will this be different? Also, does it matter if using https opposed to http? Any help would be great. Thanks Link to comment Share on other sites More sharing options...
Larry Posted March 3, 2014 Share Posted March 3, 2014 The http vs https wouldn't make any difference, but you'd need to change your Ajax resource URLs to go through the bootstrap, too. For example: index.php?page=dept_results_ajax&did=.... Thanks for the nice words! Link to comment Share on other sites More sharing options...
Recommended Posts