Posted by Reinhart Viane on 03/06/05 16:02
$ret = explode('|', $_GET['id']); if(count($ret) > 1) { $id = $ret[1]; } else { $id = $ret[0]; } Suberb, This indeed did the trick. Aargh I hate when things are this simple and I just can't seem to find them... Thx!
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming