Page 1 of 1
connection problem...
Posted: Tue Dec 02, 2003 8:38 pm
by peacer
how do i know that the odbc or mysql connection is up...is there a way to check that the connection is up or what.........pls reply the ans asap...
thanx......
Posted: Tue Dec 02, 2003 8:53 pm
by d3ad1ysp0rk
if you get no errors, you're connected
error msg....
Posted: Tue Dec 02, 2003 8:56 pm
by peacer
i have recieve this errror msg....from the pc...
the msg is"Parse error: parse error, unexpected T_STRING in /home/stportal/testingform/table.php on line 11"
wat is this statement means.....
Posted: Tue Dec 02, 2003 9:30 pm
by Pyrite
It means you have a syntax error. Either a missing or misplaced bracket, quote or semicolon. Something to that effect.
can Pyrite do an example for me to let me see
Posted: Tue Dec 02, 2003 11:01 pm
by peacer
can u kindly show me hw u connect the mysql thingy ant.....thanx..... or anyone who knows....thanx alot
Posted: Wed Dec 03, 2003 4:22 am
by Pyrite
What are you asking? Sorry, don't understand you're english.
Posted: Wed Dec 03, 2003 4:30 am
by Nay
Dude, get a new keyboard. Heck anyway, if you need us to help you, we'd need to see the script since the error is taking place in the script rather than before/after the connection - I'm guessing.
-Nay
Posted: Wed Dec 03, 2003 12:00 pm
by JAM
A good advice would also be to actually look at the error-message:
"Parse error: parse error, unexpected T_STRING in /home/stportal/testingform/table.php on line 11"
If you can paste that line +/-3 above and below that, it would greatly help us answering your question.