[PHP] Impossible error

2003-08-26 Thread Mjec
Hi, I have a 163 line file. I get a parse error on line 164. Ideas? Thanks, mjec -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] include () problems

2003-08-25 Thread Mjec
p and it prints it right up the top of index.php, causing an error with the "header" statement (although it says the error is in fnord.php - which contains NO header statemtns). ideas? Regards, mjec -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] mysql_connect error

2003-08-25 Thread Mjec
on 25/08/2003 12:11 PM, John W. Holmes at [EMAIL PROTECTED] wrote: > Mjec wrote: > >> Hi, >> >> again this line is causing problems: >> >> $h = >> mysql_connect('localhost',constant("mysql_user"),constant("mysql_password&quo

[PHP] mysql_connect error

2003-08-25 Thread Mjec
Hi, again this line is causing problems: $h = mysql_connect('localhost',constant("mysql_user"),constant("mysql_password")) ; Aparantly a parse error. Idaes? Thanks, Mjec -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] parse error with mysql_connect

2003-08-24 Thread Mjec
t_db('mjec_mjecnet', $h); using PHP v. 4.3.2 Thanks, Mjec -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php