Skip to content
andrewscaya edited this page Oct 26, 2015 · 9 revisions

Welcome to the php_i_examples wiki!

** Hello guys. I decided to add MySQLi support to my session app. Also, I added basic server-side filtering on the login form. Thus, I think that I have covered all major elements that were mentioned in our class. Feedback is always welcome. Cheers, -- Andrew

** Nice. So what is our next challenge, guys ? -- Andrew

**Cool, thanks guys. Great job. I'm still getting used to working with GitHub. -- Mike

**THANKS Andrew!!! Good going Fixed the problem with M8ex4.php based on Mike's suggestion. I've posted the fix and it now works perfectly. You guys are AWESOME!!! -- doug

I took the initiative of creating this first wiki page because of Mike's comment pertaining to the fact that there is no official channel of communication for the members of this class. So there you go, Mike!


Mike wrote:

Not sure the best way to communicate this to the group, but think I've come up with 2 issues with the orders program as we left it after class today.

The static $link you mentioned only calls (or sets?) the $link once. But we close it after each query in the query results function. So any time we run more than one query on a page, the $link is gone for the second query. Not sure best way to adjust for this. Move the close out to a separate function always run at the end of a page?

The customer_id from getCustomers returns as a string. I think at the top of Richard's getOrdersByCustomer() error checking is returning false of the OR !is_int condition.

Still working, but thought I would pass that on since I wasn't entirely sure what to do with the static $link set up.


Andrew wrote:

Mike, interesting analysis. Will be following up on that this weekend (probably Sunday).

Clone this wiki locally