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.

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

Reply via email to