Menu

#2 Errors in start_page.php

open
nobody
None
5
2004-06-18
2004-06-18
No

error on the following lines
line 38

was -> $Username_q = $dbh->quote ($Username);
should be -> $Username_q = db_quote ($Username);

line 80

was -> list($user, $email) = $sth->mysql_fetch_array($sth);
should be -> list($user, $email) = mysql_fetch_array($sth);

Will continue to post errors, I could take over project but I know next
to nothing about php, do know perl though.

Discussion


Log in to post a comment.