[PHP] Session Variables Disappear and Reappear

2003-12-29 Thread Jerry Kita
will see that that the user moves in and out of a logged in status. This will also show up on other pages but since this site is under construction it's safest to stick to the HOME page. Other possibly helpful information. Web Hosting site is BlueDomino. Thanks for your help. Jerry Kita -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Session Variables Disappear and Reappear

2004-01-01 Thread Jerry Kita
provide a different approach? Thanks and Happy New Year to everyone. Jerry Kita "Jerry Kita" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > New to PHP and I've checked previous posts and haven't seen similar problem. > Any ideas would be appreciated. > &

[PHP] Re: Session problems under heavy load???

2004-08-07 Thread Jerry Kita
I had a problem with session variables being lost. However it wasn't because of a heavy load. My hosting company does load balancing and user requests would be directed to different servers. However, when the session was originally defined it was placed in the /tmp file of one server. When a reques

[PHP] Re: [HAB] How to build a member area with PHP Sessions

2005-02-06 Thread Jerry Kita
the general idea. It works for me. Others may have more complex schemes but this serves my purpose well. I'm not a professional programmer so I generally look for stuff that I can easily understand. Hope this helps. -- Jerry Kita http://www.salkehatchiehuntersville.com email: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Calculate No Of Days

2005-01-03 Thread Jerry Kita
it in "action" by visiting: http://www.salkehatchiehuntersville.com/Salkehatchie_2005_Camp.php -- Jerry Kita http://www.salkehatchiehuntersville.com email: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: making FORM dissapear when successful login

2005-01-05 Thread Jerry Kita
and give them a link that logs them out. if ($validlogon == "YES") { print "\n"; print "\n"; print "\n"; print "YOU ARE LOGGED IN AS: $_SESSION[userid]\n"; print "CLICK here TO LOGOUT\n"; print "\n"

[PHP] Re: Apache 2.0 and Sessions

2005-01-11 Thread Jerry Kita
t the beginning of every script and it works fine. Here's the line of code I use: session_save_path('c:\Program Files\Apache Group\Apache2\htdocs\tmp'); Again it doesn't answer the question you're asking but it might be an approach that's easy for you to implement.

Re: [PHP] Re: Apache 2.0 and Sessions

2005-01-11 Thread Jerry Kita
for the suggestion though! Thanks, Stephen Craton -Original Message- From: Jerry Kita [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 7:03 PM To: php-general@lists.php.net Subject: [PHP] Re: Apache 2.0 and Sessions Stephen Craton wrote: I just updated to Apache 2.0 and have gotten

Re: [PHP] Session errors when uploaded to host

2005-01-23 Thread Jerry Kita
y. Otherwise I would lose my session variables periodically. -- Jerry Kita http://www.salkehatchiehuntersville.com email: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP MySQL

2006-01-02 Thread Jerry Kita
> 0.95 > 0.96 > 0.97 > Duplicate entry '' for key 1 > > The character strings shouldn't be repeated. Why did it stop at (0,97)? > Here's one thought . ascii (97) is the letter "a" is it possible that the ascii (65) "A" was inte

[PHP] Re: date processing needed in form

2006-01-03 Thread Jerry Kita
cript ... then when the form is submitted I'd let it go straight through to your standard forms validation program ... I wouldn't even involve PHP. -- Jerry Kita http://www.salkehatchiehuntersville.com email: [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/