William Stokes wrote:

From here:
$arr_siirto = array((serialize('1','2','3'));

after removing the single quotes it started to work.

Yes, the quotes here are not needed because they're numbers. If they were not numbers then the quotes would still be needed.

-Stut

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

Reply via email to