Re: [PHP] variables, passing again to another.

2003-09-25 Thread Jason Wong
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 //

[PHP] variables, passing again to another.

2003-09-25 Thread Louie Miranda
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