anonymous
2008-01-17 14:42:25 UTC
if ($set1 == THIS END) {...}
to be set to get its value from a database table in MySQL...
if ($set1 == this is a value from a database table) {...}
how would I set up a mysql_query to get a specific value from a certain table cell? ...
if ($set1 == this is a value from a database table, column 1) {...}
Also, how would I configure the ORDER BY command to sort an id number by largest first, to smallest last? ...
13, 12, 11, 10, 9, 8 ...
In that way, it would select the most recent value of the column, therefore a specific cell.
Answers much appreciated