Thread
:
PHP Help...
View Single Post
24-05-2008, 08:02
#
3
(
permalink
)
freelancr
Senior Member
Join Date: Oct 2006
Posts: 2,313
I'm not sure, but I think this:
PHP Code:
$controller
=
$uri2
[
'1'
];
Should be this?
PHP Code:
$controller
=
$uri2
[
1
];
Sorry i'm a newbie with the OOP stuff in PHP.
Anyway, when bug fixing try echoing variables so you know you are doing it right. What error messages are you getting?
freelancr
View Public Profile
Send a private message to freelancr
Find More Posts by freelancr