Posted by Ahmed Saad on 10/01/89 11:33
On 12/1/05, Erfan Shirazi <eshirazi@shipco.com> wrote: > foreach($_POST as $key => $tempvalue) > { > $cVariable .= $key."=".$tempvalue."&"; > } > Is there anyway I can get the values chosen instead of just "Array"? check for that first using is_array() and then loop through it appending it to the string -ahmed
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming