[PHP] parse error in line??

2002-05-29 Thread Webby
? require 'common.php'; function DisplayErrMsg($message) { printf (blockquoteblockquoteblockquoteh3fontcolor=\#cc\ %s/font/h3/blockquote/blockquote/blockqoute\n,$message); } function authenticateUser($user, $password) { global $host, $httphost, $user_db, $password_db, $db,

Re: [PHP] parse error in line??

2002-05-29 Thread Jason Wong
On Wednesday 29 May 2002 19:17, Webby wrote: When starting a new topic please do not reply to an existing post. Start a new one. **/ when i run this script it's say parse error in this line 'i don't what is wrong with this line if (($row = mysql_fetch_array($result))

Re: [PHP] parse error in line??

2002-05-29 Thread RIVES Sergio
Hi all, I would say as Jason, and I would add a little remark also even if that doesn't seem to be the pb you have : if (($row = mysql_fetch_array($result)) ($password==$row[password]) ($password ! = )) I hope it helps SR Jason Wong a écrit : On Wednesday 29 May 2002 19:17, Webby wrote:

[PHP] parse error on line after last one???

2001-02-27 Thread Jaxon
Hi all, Can anyone tell me why Im getting an unhelpful error when trying to pull up a file? The index.php Im calling is including a functions file functions.inc.php Im getting a parse error on line 144 but functions.inc.php only has 143 lines...! does this actually mean anything, or is it

Re: [PHP] parse error on line after last one???

2001-02-27 Thread Chris Aitken
At 06:31 PM 27/02/2001, Jaxon wrote: Hi all, Can anyone tell me why Im getting an unhelpful error when trying to pull up a file? The index.php Im calling is including a functions file functions.inc.php Im getting a parse error on line 144 but functions.inc.php only has 143 lines...! does

Re: [PHP] parse error on line after last one???

2001-02-27 Thread Simon Garner
From: "Jaxon" [EMAIL PROTECTED] Hi all, Can anyone tell me why Im getting an unhelpful error when trying to pull up a file? The index.php Im calling is including a functions file functions.inc.php Im getting a parse error on line 144 but functions.inc.php only has 143 lines...! does