Using Smarty templates (it is my guess this question is valid for other
template engines aswell), is there a way to pass an array to the
template, then stuff it in a hidden form field and retrieve it in
another PHP source file as an array?
is_array() does not seem to detect the object is an array, and thus my
code creates it anew.

Basically what I am trying to do is add new stuff to the array, after it
has been passed to the template and back into the script.

Thanks,

(please CC me in replies because I no longer subscribe to php-general
due to too much traffic..)

-- 
Alexander Deruwe ([EMAIL PROTECTED])
AQS-CarControl



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to