Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

how do i failed PHP

Name: Anonymous 2008-03-04 2:29

$query3 = "SELECT countedvaluerow count(*) as quantity FROM table WHERE row='value' GROUP BY column_name ORDER BY quantity DESC LIMIT 1";
$result3 = mysql_query($query3);
echo "$result3";

Name: Anonymous 2008-03-04 3:05

DELETE FROM threads WHERE thread_id = 1204615134;

Name: Anonymous 2008-03-04 3:33

mysql_query returns a resource, not a string. You can't echo it. You might be able to print_r it, though.

And you missed a comma in your query.

Name: Anonymous 2011-02-03 1:33

Name: Anonymous 2011-02-18 20:34


Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List