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
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
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
-- 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
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
5 matches
Mail list logo