Yes I agree, SESSION variables would be a pretty good way to pass info to
the next page.

> Daniel -
>
> What is the best way to "go to another page"?
>
> header("location: . $new_page);  ????
>
> Todd
>
> Daniel Clark wrote:
>
>> No I don't think so.
>>
>>
>>>I need to go to another page and I use the
>>>
>>>header("location: " . $the_url_to_the_page);
>>>
>>>Is it possible to use this method with POST so that the info does not
>>>show in the URL?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to