There is an error on the example of passing an array through
an HTML Form.
In the line:
$array = unserialize(base64_decode($coded_array);
There is a ')' missing. it should be:
$array = unserialize(base64_decode($coded_array));
----
Server IP: 200.185.109.101
Probable Submitter: 200.218.160.130
----
Manual Page -- http://www.php.net/manual/en/function.base64-encode.php
a>
Edit -- http://master.php.net/manage/user-notes.php?action=
edit+61687
Delete: added to the manual -- htt
p://master.php.net/manage/user-notes.php?action=delete+61687
&report=yes&reason=added+to+the+manual
Delete: bad code -- http://master.
php.net/manage/user-notes.php?action=delete+61687&report
=yes&reason=bad+code
Delete: spam -- http://master.php.
net/manage/user-notes.php?action=delete+61687&report=yes
&reason=spam
Delete: useless -- http://master.p
hp.net/manage/user-notes.php?action=delete+61687&report=
yes&reason=useless
Delete: non-english -- http://mast
er.php.net/manage/user-notes.php?action=delete+61687&rep
ort=yes&reason=non-english
Delete: already in docs -- http://
master.php.net/manage/user-notes.php?action=delete+61687&
;report=yes&reason=already+in+docs
Delete: other reasons -- http://master.php.net/manage/user-
notes.php?action=delete+61687&report=yes
Reject -- http://master.php.net/manage/user-
notes.php?action=reject+61687&report=yes
Search -- http://ma
ster.php.net/manage/user-notes.php
--
PHP Notes Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|