I have the code below to extract values from a table using the members id, the line NEVER returns anything. Anything obvious ?
$result = mysql_query("SELECT * FROM membersid WHERE actualid=$actualid");
The values I'm searching with do exist in the table, I've checked it dozens of times.
Thanks