[PHP] HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!! can someone tell me whats wrong here? (newbie)

2003-07-10 Thread Mark Clarkstone
Can anyone help me with this code I just get someting about $end help me fix it Thanks Parse error: parse error, unexpected $end in C:/apache/htdocs/test.php on line 73 title Control Panel/title font face=\Tahoma\ size=\2\ ? require(cpconf.php); if ($instal==0) { print pfont size=\2\

RE: [PHP] HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!! can someone tell me whats wrong here? (newbie)

2003-07-10 Thread Roedel, Mark
tell me whats wrong here? (newbie) Can anyone help me with this code I just get someting about $end help me fix it Thanks Parse error: parse error, unexpected $end in C:/apache/htdocs/test.php on line 73 title Control Panel/title font face=\Tahoma\ size=\2\ ? require

Re: [PHP] HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!! can someone tell me whats wrong here? (newbie)

2003-07-10 Thread Ray
else if ($userlogin $userpass == $admin $adpw) { this line probably isn't going to do what your thinking it will. you probably want either else if ($userlogin == $admin $userpass == $adpw) { or else if (strcasecmp($userlogin,$admin) == 0 strcasecmp($userpass,$adpw) == 0) {

Re: [PHP] HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!! can someone tell me whats wrong here? (newbie)

2003-07-10 Thread Burhan Khalid
Please use more intelligent and descriptive subjects for your posts. This HELP!!! nonsense is stupid. -- Regards, Burhan Khalid phplist[at]meidomus[dot]com http://www.meidomus.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] HELP can someone tell me whats wrong here? (newbie)

2003-07-10 Thread Mark Clarkstone
Oh well I am sorry your royal majesty - Original Message - From: Burhan Khalid [EMAIL PROTECTED] To: Mark Clarkstone [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, July 10, 2003 7:26 PM Subject: Re: [PHP] HELP can someone tell me whats wrong here

Re: [PHP] HELP can someone tell me whats wrong here? (newbie)

2003-07-10 Thread Jason Wong
On Friday 11 July 2003 02:28, Mark Clarkstone wrote: - Original Message - From: Burhan Khalid [EMAIL PROTECTED] To: Mark Clarkstone [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, July 10, 2003 7:26 PM Subject: Re: [PHP] HELP can someone tell me