On Monday 03 June 2002 19:33, Denis L. Menezes wrote:
> Pls excuse me if this is too simple a question.
>
> I have a mysql database running with PHG scripts for member registration,
> find members etc which is running well. Now I want to make a system to send
> the username and passwords to members if they have lost them.
>
> the way I am doing it is : when the user logs in on the 1st page with his
> email address, I take him to the second page where I ask the favourite
> question from the database for which he must answer, then I check that the
> answer is correct in a third page and send his email. My problem is that I
> do not know how to remember the variable between the 1st and the third
> page. I can manage between two pages but not between three pages.
You don't need to 'remember' the variable between the 1st page and the 3rd
page.
> Can someone help how I can remember the email address between the above
> three pages?
You pass the variable(s) from the 1st page to the 2nd page. Then again from
the 2nd to the 3rd.
--
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
/*
All men know the utility of useful things;
but they do not know the utility of futility.
-- Chuang-tzu
*/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php