[PHP] registering session with user and password

2005-04-05 Thread Tomás Rodriguez Orta
Hi, people. I want to register all session of my web sitie, by the way in my index web I register all user with your username and password session_start(); $_SESSION['username']=$username; session_register('username'); and the other page if the user don't enter your name and password I was

[PHP] Registering Session

2003-07-30 Thread Ralph Guzman
I have a shopping cart checkout form where I am using GET to specify payment method from payment_method.php page. So I have something like the following: From payment_method.php the user chooses payment method by clicking on a payment link that then send them to the checkout_form.php

Re: [PHP] Registering Session

2003-07-30 Thread Curt Zirzow
* Thus wrote Ralph Guzman ([EMAIL PROTECTED]): I have a shopping cart checkout form where I am using GET to specify payment method from payment_method.php page. So I have something like the following: From payment_method.php the user chooses payment method by clicking on a payment link