[wdvltalk] Re: T_string refusal

2004-01-18 Thread Bj
Why is this: @mysql_select_db($database)or die(Unable to select database); producing this: Parse error: parse error, unexpected T_STRING in d:\progs\easyphp1-7\www\insert.php on line 6 ?:-( What about a space after ($database)? it's found a string @mysql_select_db($database)or and

[wdvltalk] Re: T_string refusal

2004-01-18 Thread Sheila Fenelon
Bj wrote: Why is this: @mysql_select_db($database)or die(Unable to select database); producing this: Parse error: parse error, unexpected T_STRING in d:\progs\easyphp1-7\www\insert.php on line 6 ?:-( What about a space after ($database)? it's found a string @mysql_select_db($database)or

[wdvltalk] Re: T_string refusal

2004-01-18 Thread Joseph, Smile Poet
Sheila, I think you have given me a 'eureka' moment. the 'slash' 'quote' combination is valuable and had not been clear to me.Also, I get the point of David's script now :-o. Is it telling me I must organise a password - I had hoped to sidestep that for a bit! Joseph Bj wrote: Why