Search found 1 match

by Alexandria
Sat Nov 26, 2011 7:46 pm
Forum: PHP - Code
Topic: Help-looping through a database using php and sql
Replies: 1
Views: 313

Help-looping through a database using php and sql

I am trying to loop through all the tables in my database and select everything that has the same type. The following code works expect it only prints out the first entry it finds. For example if someone selects "chicken" to view recipes from it pulls out the first chicken recipe in that t...