Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001122

[PHP] PHP + Smarty question. From: Alexander Deruwe (aderuwe <email protected>)
Date: 12/18/01

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 (aderuwe <email protected>)
AQS-CarControl

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>