Search found 1 match

by cheguevara67
Thu Mar 01, 2012 5:34 am
Forum: General Discussion
Topic: manipulating retrieved data using arrays
Replies: 1
Views: 620

manipulating retrieved data using arrays

0 down vote favorite share [g+] share [fb] share [tw] i am querying the DB as follows: $ result=mysql_query("SELECT name,items FROM mytable WHERE price='$price'"); now,i want to create an array to insert the values that are as a result of this query e'g let's say this is the resultant data...