RE: [PHP-DB] How to solve T_STRING error?

2002-12-26 Thread Josh Johnson
I'd have to see all of your code, but I'm guessing you've left open a paren or a quotation mark, or a ?php ? block or forgot a semi-colon...probably in a file included before this code is called. Also, you may want to look into how PHP handles null values (I'm pretty sure they evaluate to false,

RE: [PHP-DB] How to solve T_STRING error?

2002-12-26 Thread Martin S
Josh Johnson wrote: I'd have to see all of your code, but I'm guessing you've left open a paren or a quotation mark, or a ?php ? block or forgot a semi-colon...probably in a file included before this code is called. Also, you may want to look into how PHP handles null values (I'm pretty

Re: [PHP-DB] How to solve T_STRING error?

2002-12-25 Thread Jason Wong
On Wednesday 25 December 2002 21:44, Martin S wrote: Just one page still to do. And I'm stuck. I keep getting: Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /www/htdocs/dev/users/tracking-update.php on line 43 ON this code: AuthCheck(post-only);

Re: [PHP-DB] How to solve T_STRING error?

2002-12-25 Thread Martin S
Jason Wong wrote: On Wednesday 25 December 2002 21:44, Martin S wrote: Just one page still to do. And I'm stuck. I keep getting: Parse error: parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in /www/htdocs/dev/users/tracking-update.php on line 43 ON this code: