At 4:56 PM -0500 2/8/08, Robert Cummings wrote:
On Fri, 2008-02-08 at 16:51 -0500, tedd wrote:
At 10:42 PM +0100 2/8/08, Jochem Maas wrote:
>$post_var = @sessionize_post('post_var');
>
>so why exactly is that not an option (or good idea)?
It IS an option -- and that's what I was doing (except for the
suppress error) via this:
$post_var = sessionize_post('post_var');
I just wanted to make it simpler and do this:
$post_var = sessionize_post($post_var);
But, it turned out to be much more involved. It's just an adventure
in key punching.
It takes inefficiency to a whole new level.
Cheers,
Rob.
Thanks Rob. :-)
Cheers,
tedd
--
-------
http://sperling.com http://ancientstones.com http://earthstones.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php