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 //
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?
-- -
Louie Miranda
http://www.axishift.com
--
PHP General Mailing List (http://www.php.net/)
To u
2 matches
Mail list logo