Gone Searchin'
Since David is no longer working on The Address Book he has very little to keep his php skills polished so he decided to add a search function to the garden site. It is coming along quite well and should be ready for prime time in just a few days. The last segment of code will load an array of the search results so it can be passed to the code that displays individual images and add previous and next buttons.
1 Comments:
The code is almost done. Decided to have the old month view also have nav buttons which meant loading it with an array too since the original code did the database calls on the fly. So now the month list loads an array as does the search page. Each then passes the results in an array via a $_SESSION variable. Bug proofing the view page for a few days, then will cut into production.
Post a Comment
<< Home