Thread
:
PHP4 to PHP5 issue help
View Single Post
#
3
(
permalink
)
11-20-09, 04:54 PM
therocket954
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
therocket954
View Public Profile
Find all posts by therocket954