Forums
This topic is locked
Parse Error with PHP
Posted 15 May 2002 18:56:27
1
has voted
15 May 2002 18:56:27 william dimotta posted:
So I finally set up my JDBC connection with my database.I'm using a Mac G4 with OS 9.1
Inorder for me to set up the connection i have to use php.
I created my resordset, then created my user login.
When i tried to view my login i get this error.
P**** error: p**** error in /home/bigcreat/public_html/Connections/conndatabase.php on line 22
Warning: Cannot send session cookie - headers already sent by (output started at /home/bigcreat/public_html/Connections/conndatabase.php:22) in /home/bigcreat/public_html/php/TMP3vraefbt0c.php on line 10
Warning: Cannot send session cache limiter - headers already sent (output started at /home/bigcreat/public_html/Connections/conndatabase.php:22) in /home/bigcreat/public_html/php/TMP3vraefbt0c.php on line 10
Fatal error: Call to a member function on a non-object in /home/bigcreat/public_html/php/TMP3vraefbt0c.php on line 44
What do i do?