![]() |
unexpected T_STRING
;)I am trying to run a config.php file to connect to mysql database but i'm getting a error Parse error: syntax error, unexpected T_STRING on the last line amy ideas how to over come this my last line is mysql_select_db ($winahome_biz $db)
|
Re: unexpected T_STRING
This happens due to syntax error.
I think you have missed a comma between the arguments and a semi colon at the end. mysql_select_db($winahome_biz, $db); |
| All times are GMT +5.5. The time now is 17:42. |