Re: [PHP] location= Construct Doc

2003-11-10 Thread Lee Stewart
It's version 4.0.3 Lee Chris Shiflett wrote: --- Lee Stewart <[EMAIL PROTECTED]> wrote: Here's a *working* section of code... Note the location = "browse.php"; on line 23 How does that not generate a parse error? I must be missing something. It seems

Re: [PHP] location= Construct Doc

2003-11-10 Thread Lee Stewart
or die(mysql_error($mySql)); session_write_close(); location = "browse.php"; exit; } else { // not active user $errmsg = "Invalid Userid"; unset($username); } } else { // incorrect password $errmsg = "Invalid Password"; unset($password)

Re: [PHP] location= Construct Doc

2003-11-10 Thread Lee Stewart
It's not $location = xxx, just location = "page.php"; And it seems to work as a redirect... But not part of the header fuction, and not just setting a variable... Lee Chris W. Parker wrote: Lee Stewart <mailto:[EMAIL PROTECTED]> on Monday, November 10, 2003 12:1

Re: [PHP] location= Construct Doc

2003-11-10 Thread Lee Stewart
I see the Location: of the Header function there, but what I see in the code is just a location = and a page name... No header function... Is it the same thing? Lee Jay Blanchard wrote: [snip] I'm looking at an existing application that uses a number of statements like: location = "page2.php";

[PHP] location= Construct Doc

2003-11-10 Thread Lee Stewart
Hi... I'm looking at an existing application that uses a number of statements like: location = "page2.php"; I thought I'd seen it somewhere in the PHP doc, but can't find it now.. Can anyone point me to where it's written up? Thanks, Lee -- PHP General Mailing List (http://www.php.net/) To u

[PHP] PHP Sessions

2003-07-30 Thread Lee Stewart
Hi Curt, No I didn't see a post about space on /tmp... Using df it shows the file system to only be about 70% full, so there's plenty of space there. Did you mean something else? Any other thoughts on where to look? Thanks, Lee * Thus wrote Lee Stewart ([EMAIL PROTECTED]): &

RE: [PHP] Debugging a Session Problem

2003-07-30 Thread Lee Stewart
in the Apache or PHP error logs? Permissions are OK, there is space on the drive? Kirk -- Lee Stewart, Senior SE Sytek Services, a Division of DSG (719) 566-0188 , Fax (719) 566-0655 [EMAIL PROTECTED] www.sytek-services.com www.dsgroup.com -- PHP General Mailing List (http://www.php.net

RE: [PHP] Debugging a Session Problem

2003-07-25 Thread Lee Stewart
some simple code in "register_globals off" style? "; ?> Kirk -- Lee Stewart, Senior SE Sytek Services, a Division of DSG (719) 566-0188 , Fax (719) 566-0655 [EMAIL PROTECTED] www.sytek-services.com www.dsgroup.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Debugging a Session Problem

2003-07-25 Thread Lee Stewart
""; Also, is your php.ini in /usr/local/lib? If PHP can't find it, it will use its built-in defaults, which is register_globals off. Kirk -- Lee Stewart, Senior SE Sytek Services, a Division of DSG (719) 566-0188 , Fax (719) 566-0655 [EMAIL PROTECTED] www.sytek-services.com w

RE: [PHP] Debugging a Session Problem

2003-07-25 Thread Lee Stewart
0 Jul 17 16:55 sess_5160b002714849a598a8a1e62a78a2eb -rw---1 wwwrun nogroup 0 Jul 20 08:36 sess_7a053a0dd515170e6d0ace739860b71f -rw---1 wwwrun nogroup 0 Jul 25 11:55 sess_903ef4579ee2f596981aad08efd3bc9d Thanks for any debugging suggestions... Lee -- Lee Stewart, Seni

[PHP] Debugging a Session Problem

2003-07-25 Thread Lee Stewart
o length and no information... Any suggestions would be appreciated... Lee Stewart -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php