Search found 4 matches

by Sam2010
Wed Dec 09, 2009 11:13 pm
Forum: PHP - Code
Topic: $_SESSION[] not getting value
Replies: 5
Views: 90

Re: $_SESSION[] not getting value

Ok, I will next time.

I just start in PHP. It maybe simple but I really need help with this script.

I've tried lots of things but nothing working.

Thanks.
by Sam2010
Wed Dec 09, 2009 7:30 am
Forum: PHP - Code
Topic: $_SESSION[] not getting value
Replies: 5
Views: 90

Re: $_SESSION[] not getting value

pickle | Please use [ code=php ], [ code=text ], etc tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: :arrow: Posting Code in the Forums to learn how to do it too. Here is the complet script: <?php   if(isset($_POST) && !em...
by Sam2010
Wed Dec 09, 2009 6:58 am
Forum: PHP - Code
Topic: $_SESSION[] not getting value
Replies: 5
Views: 90

Re: $_SESSION[] not getting value

else { session_start(); $_SESSION['login'] = $login; echo 'Logged'; } What will be the script to add, if I looking for the phone and the email? echo "<b>Phone:</b> ".$_SESSION['phone']."<br>"; echo "<b>Email:</b> ".$_SESSION['email']."<br>";
by Sam2010
Wed Dec 09, 2009 6:30 am
Forum: PHP - Code
Topic: $_SESSION[] not getting value
Replies: 5
Views: 90

$_SESSION[] not getting value

How do I do, to get values while using $_SESSION. I'am unable to get any values?