[PHP-WIN] Re: Help changing code HELP!!!!!!!!!!!!!!!!!

2003-06-20 Thread erythros
i think this has to do with the value you set in $allow. in config.php you set it to "1" then in test.php you checked for the value "yes" hence unexpected number value when it was looking for a char "Mark Clarkstone" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > this > > Pa

[PHP-WIN] Re: Help changing code HELP!!!!!!!!!!!!!!!!!

2003-06-20 Thread erythros
please also include config.php "Mark Clarkstone" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hey I need your help I want to change a part of the config.php file in my > script which is > > $allow = "1"; // to allow comments 1 = yes 0 = no > > I'm trying to change it to $allo

[PHP-WIN] Re: Help changing code HELP!!!!!!!!!!!!!!!!!

2003-06-20 Thread sven
what about the escaped doublequotes? should be \" not /" (backslash, not slash). ciao SVEN "Mark Clarkstone" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > this > > Parse error: parse error, unexpected T_LNUMBER in > c:\www\apache\htdocs\scripts\string\test.php on line 9 > > "

[PHP-WIN] Re: Help changing code HELP!!!!!!!!!!!!!!!!!

2003-06-20 Thread Mark Clarkstone
this Parse error: parse error, unexpected T_LNUMBER in c:\www\apache\htdocs\scripts\string\test.php on line 9 "Mark Clarkstone" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Something about lumer? > > "Erythros" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > wha

Re: [PHP-WIN] Re: Help changing code HELP!!!!!!!!!!!!!!!!!

2003-06-20 Thread Luis Moreira
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 19, 2003 3:51 PM Subject: [PHP-WIN] Re: Help changing code HELP! > what are the errors that you get? > > "Mark Clarkstone" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED]

[PHP-WIN] Re: Help changing code HELP!!!!!!!!!!!!!!!!!

2003-06-20 Thread Mark Clarkstone
Something about lumer? "Erythros" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > what are the errors that you get? > > "Mark Clarkstone" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Hey I need your help I want to change a part of the config.php file in my > > sc

[PHP-WIN] Re: Help changing code HELP!!!!!!!!!!!!!!!!!

2003-06-19 Thread erythros
what are the errors that you get? "Mark Clarkstone" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hey I need your help I want to change a part of the config.php file in my > script which is > > $allow = "1"; // to allow comments 1 = yes 0 = no > > I'm trying to change it to $allow