[PHP] [php] php.dat

2003-03-24 Thread Gavin Jackson
I had a look in the cgi-bin in the site that's hosting my files and it contains a binary file called php.dat. Can anyone tell me what the file is used for? Regards Gavin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: Missing session vars when doing var_dump()

2003-03-20 Thread Gavin Jackson
must be doing something fundamentally wrong somewhere. Thanks very much for your willingness to help me. $value ) { echo "SESSION[$key] = $value"; } echo ""; var_dump( $_SESSION ); ?> Gavin Jackson, R&D Software Engineer, Tru-Test Ltd. Phone: +64-9-97887

[PHP] [php]: Loading from array

2003-03-20 Thread Gavin Jackson
Hi there Is there anything I'm doing wrong in the following: $Database = mysql_connect( "host", "user", "password" ) or die("Could not connect to database"); mysql_select_db( "dbname", $Database ) or die("Database does not exist"); $Login = strtolower($_POST["Person"]);

[PHP] Re: Missing session vars when doing var_dump()

2003-03-20 Thread Gavin Jackson
gt; behaviors when you do (and do not) use it. Hopefully I cleared it up (or > at > least shed some light). > > checkout : http://www.php.net/manual/en/function.mysql-fetch-array.php > > > "Gavin Jackson" <[EMAIL PROTECTED]> wrote in message > news:[EMA

[PHP] Missing session vars when doing var_dump()

2003-03-20 Thread Gavin Jackson
Hi I have come across a strange problem. I have an application that a user logs into and when I find the user in the database I load all the custom info for that use which I store. By the time I'm done, the session array has 18 key's. When I do a var_dump($_SESSION) I sometimes get 18 variables an