I am getting the following error on this page.... and DON'T see why... any ideas? Sort of new... but learning as I go!
Parse error: parse error, unexpected T_STRING in /var...
(The error refers to the SQL statement line)
Here's the code:
/?php mysql_select_db($database_ptw, $ptw);
$query_current_specials = "SELECT * FROM pagers WHERE special = "Yes"";
$current_specials = mysql_query($query_current_specials, $ptw) or die(mysql_error());
$row_current_specials = mysql_fetch_assoc($current_specials);
$totalRows_current_specials = mysql_num_rows($current_specials);
/>
I just can't figure it out!?
Thanks folks,
Matt