Forum Moderators: open
Fatal error: Call to undefined function: () in /www/t/thepawncom/htdocs/jtest/body.php on line 460
PLEASE HELP!
[edited by: txbakers at 6:06 pm (utc) on Mar. 17, 2006]
[edit reason] no ned for all the code - second edit [/edit]
Just to let you know, posting URLs is against TOS, and there are a few scattered through your code. Also, posting large dumps of code isn't very helpful. The error message states the problem is on line 460, so it would be more helpful to post just line 460, plus 5-10 lines before and after. Having said that, the only line that jump out to me is:
echo $sb_date($rs0["endson"],0);
I didn't see you setting sb_date anywhere, so unless its set in myconnect.php, that could be your problem.
Chad
It's very time consuming and can be frustrating, especially if you are new at using databases and this type of code, but well worth it.
Your error message indicated that you called a function that wasn't defined anywhere in your program.
Posting the whole code here only confuses everyone trying to help. As the poster above said, the only line that was needed was the line pointing to the error. And even that wasn't needed because the error is defined as a Call to undefined function