Search found 1 match
- Fri Mar 11, 2011 11:20 am
- Forum: PHP - Code
- Topic: SOLVED--Why does mysql_fetch_array() add more fields?
- Replies: 1
- Views: 184
SOLVED--Why does mysql_fetch_array() add more fields?
Thanks for clicking... This is my 1st post. Usually I figure it out on my own. This one has me stumped. When I do. for($p=0;$p<=count($arraycurrentstore)-1;$p++){ $qry_raw_functionality = "SELECT * FROM functiondisplays WHERE store='$arraycurrentstore[$p]'"; $qry_received_functionality = m...