Saturday, December 6, 2008

sat at 10 pm after 3hour of working on php i am calling it quits. i took out the rte to start to back track where problems are
with the admin since it stopped working. i doubt that i got a grade for it while it was all working.

i am getting an error that there is where clause in line 62

example: $result = @mysql_query($selSQL,$myConn) or die(myerror(__FILE__,__LINE__,mysql_error()));
if(mysql_num_rows($result) > 0)//at least one record!
{//show results
while ($row = mysql_fetch_array($result))
{
$PostersName = dbOut($row['PostersName']);
$Description = dbOut($row['Description']);
$Price = dbOut($row['Price']);


i double checked the names and they are right and now i cant get in my admin what the hell is happening?

it would be nice to get some help. anybody?

No comments: