[PHP] Session not timing outafter 180 minutes

2001-08-26 Thread jeff fitzmyers
Everything is pretty much set to default vaules. I can leave the browser open and come back 12+ hours later and the session is still active. Why?? session.cache_expire 180 PHP Version 4.0.3pl1 './configure' '--without-gd' '--with-apxs' '--with-mysql=/usr' '--with-pgsql' '--with-imap' Thanks fo

[PHP] Re: Fixed: Simple form not passing variables

2001-01-15 Thread jeff fitzmyers
Thanks!, I was getting bogged down in variable declaration, OOP, etc. This works perfectly: Please enter user name here: You typed: >>> Within your configurations, is register_globals on? I try this code and it works just fine. Although if register_globals setting in php.ini is off it wi

[PHP] Simple form not passing variables, Why??

2001-01-12 Thread jeff fitzmyers
The code below does not work. What could be causing this?? php pages do come up, and I can retrieve SQL data. The header seems okay: test.php?name=Bob and if I define a variable on the same page I can use it. Please enter user name here: you typed: Linux 2.2.14 PHP/4.0.3pl1 './confi

[PHP] Re: variables not being passes between php pages

2001-01-10 Thread jeff fitzmyers
-- Joe Stump <[EMAIL PROTECTED]> wrote: > Well if you aren't posting to your add.php page (ie > method="post" > action="add.php") then you need to pass them via the > add.php?var=foo&varb=bar > method. > > --Joe > > > On Wed, Jan 10, 20

[PHP] variables not being passes between php pages

2001-01-10 Thread jeff fitzmyers
I am working on the nice tutorial at http://designmagick.50megs.com/postgresql-tutorial/ I have my test.php and add.php pages created and just can't seem to pass variables to the add.php page -- not even simple things like $user! phpinfo() shows HTTP_POST_VARS["firstname"] = Jeff so php knows a