Thread: PHP Help...
View Single Post
Old 24-05-2008, 08:02   #3 (permalink)
freelancr
Senior Member
 
freelancr's Avatar
 
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?
  Reply With Quote