View Single Post
  #3 (permalink)  
Old 11-20-09, 04:54 PM
therocket954's Avatar
therocket954 therocket954 is offline
Community Liaison
 
Join Date: Jul 2007
Location: Michigan, USA
Posts: 334
Thanks: 2
Thanked 8 Times in 8 Posts
Switch is still OK with PHP5, hmmm..

Are you "GET" 'ing the URL parameters before using them? Kinda like this:
PHP Code:

$viewby $_GET['viewby'];
$job $_GET['job']; 
Otherwise, post some code and that'll help
__________________
--Eric Allison
Twitter: http://www.twitter.com/Eric_Allison
Reply With Quote