At 17:36 26-6-03, you wrote:
you could use a $_SESSION variable instead of file

or when the data come in, you can put them into an array and pass on the array through a hidden form field. before putting it in the hidden field serialize the array
and in the receiving page unserialize it.


http://nl.php.net/manual/en/function.serialize.php

(take care to prevent tampering)


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to