Hi all... good day everybody....
I struck wif my project again. It show syntax error, unexpected T_STRING.... Wat's tat, can anyone tell me how to solve it?
Thanks lot....
You have failed to properly delimit a string, or you made some other typographical error.
Thanks laserlight....
But how to limit a string and where shud i put it?
Read the PHP Manual on the string type.
ok... thanks...
and hv a nice day !
Basically it means you've prob not closed your quotation marks. There should be a line in the error message that might point you to where the problem is.