On Thursday 25 September 2003 15:46, Louie Miranda wrote:
> if ($psi_shipping_addtnl_info != '') {
>  echo '<< NO USER INPUT >>';
> }
>
> Im catching a _POST variable from a form, now i wonder im filtering it out
> to pass again to another variable is this possible?

*assign* to another variable // $new = $old

 or

pass to another *page*? // use sessions, or pass through the URL, or use
                        // another form

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
"And they told us, what they wanted...
 Was a sound that could kill some-one, from a distance." -- Kate Bush
*/

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

Reply via email to