Mark, et al --
...and then Mark Charette said...
%
% I use
%
% $data=base64_encode(serialize($array_name));
%
% to send and
%
% $array_name=unserialize(base64_decode($data));
%
% to receive.
Aha! Yes, that works nicely; thanks. Now to go and see how they work to
see if I need the base64 s
Hi again --
...and then David T-G said...
%
...
% How can I pass myself an array -- and recognize it on the receiving end?
I had been spending all of my time digging into htmlentities() and the
like when, in fact, all I had to do was a simple preg_replace on each
component :-)
Now how can I pa
2 matches
Mail list logo