Re: [PHP] CANT GET STUFF TO WORK

2002-07-10 Thread Mike
:22 PM Subject: RE: [PHP] CANT GET STUFF TO WORK what OS are you running on? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] t]On Behalf Of Mike Sent: Tuesday, July 09, 2002 12:37 PM To: Jay Blanchard; [EMAIL PROTECTED] Subject: Re: [PHP] CANT GET STUFF TO WORK

Re: [PHP] CANT GET STUFF TO WORK

2002-07-10 Thread Jason Wong
On Wednesday 10 July 2002 21:58, Mike wrote: Please do not top post (ie add your comments/reply at the top), it makes it difficult to follow who said what and when. Running Slakware linux 2.4.7 kernel... if you want more info you can go to http://www.funyon.com/phpinfo.php and see the

Re: [PHP] CANT GET STUFF TO WORK

2002-07-10 Thread Mike
- Original Message - From: Jason Wong [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, July 10, 2002 10:25 AM Subject: Re: [PHP] CANT GET STUFF TO WORK On Wednesday 10 July 2002 21:58, Mike wrote: Please do not top post (ie add your comments/reply at the top), it makes

RE: [PHP] CANT GET STUFF TO WORK

2002-07-09 Thread Jay Blanchard
http://www.php.net/manual/en/ref.session.php Start there, and then when you can tell us what the more specific problems are with your sessions we will be able to help. Jay -Original Message- From: Mike [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 09, 2002 2:20 PM To: [EMAIL

Re: [PHP] CANT GET STUFF TO WORK

2002-07-09 Thread Mike
on the next page.. does that help out? Thank You, Mike - Original Message - From: Jay Blanchard [EMAIL PROTECTED] To: 'Mike' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, July 09, 2002 3:25 PM Subject: RE: [PHP] CANT GET STUFF TO WORK http://www.php.net/manual/en/ref.session.php

RE: [PHP] CANT GET STUFF TO WORK

2002-07-09 Thread Jay Blanchard
of the session on the next page.. does that help out? Thank You, Mike - Original Message - From: Jay Blanchard [EMAIL PROTECTED] To: 'Mike' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, July 09, 2002 3:25 PM Subject: RE: [PHP] CANT GET STUFF TO WORK http://www.php.net/manual/en

Re: [PHP] CANT GET STUFF TO WORK

2002-07-09 Thread Lee
variable out of the session on the next page.. does that help out? Thank You, Mike - Original Message - From: Jay Blanchard [EMAIL PROTECTED] To: 'Mike' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, July 09, 2002 3:25 PM Subject: RE: [PHP] CANT GET STUFF TO WORK http

Re: [PHP] CANT GET STUFF TO WORK

2002-07-09 Thread Mike
3:43 PM Subject: RE: [PHP] CANT GET STUFF TO WORK How did you do it, POST? GET? Is there a form involved? Can you show us the code from the two pages? Maybe my ESP will kick in :^) -Original Message- From: Mike [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 09, 2002 2:37 PM To: Jay

RE: [PHP] CANT GET STUFF TO WORK

2002-07-09 Thread Jay Blanchard
Let's see the code from the pages -Original Message- From: Mike [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 09, 2002 2:56 PM To: Jay Blanchard; [EMAIL PROTECTED] Subject: Re: [PHP] CANT GET STUFF TO WORK I used both a post and a get (using print a href=\$PHP_SELF\.session_name

Re: [PHP] CANT GET STUFF TO WORK

2002-07-09 Thread Lee
Subject: Re: [PHP] CANT GET STUFF TO WORK I have read that, I am still confused, I have made it so that the session_start is at the top of all the pages, and I can't get some of the variables out of the script (i.e. I set a variable with session_register('user')) and on the next page I could

Re: [PHP] CANT GET STUFF TO WORK

2002-07-09 Thread Lee
[EMAIL PROTECTED] To: Jay Blanchard [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, July 09, 2002 8:56 PM Subject: Re: [PHP] CANT GET STUFF TO WORK I used both a post and a get (using print a href=\$PHP_SELF\.session_name().=.session_id(). click here/a;) and a post, but they don't seem

Re: [PHP] CANT GET STUFF TO WORK

2002-07-09 Thread Mike
[EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, July 09, 2002 3:59 PM Subject: Re: [PHP] CANT GET STUFF TO WORK I am new to PHP Sessions myself. But I think $_SESSION['varname'] may be what you are looking for. e.g. $_SESSION['count'] = 2; Regards Lee. - Original Message

RE: [PHP] CANT GET STUFF TO WORK

2002-07-09 Thread Naintara Jain
what OS are you running on? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] t]On Behalf Of Mike Sent: Tuesday, July 09, 2002 12:37 PM To: Jay Blanchard; [EMAIL PROTECTED] Subject: Re: [PHP] CANT GET STUFF TO WORK I have read that, I am still confused, I have made