Import a variable from one page to another in PHP – Twitter bootstrap
im making an autocomplete search box that lists different courses, and basically what im trying to do is use a search button next to it to display the results of the selected course on another page using an SQL database.…