View Single Post
Old 06-17-2012, 04:30 PM   PM User | #6
firepages
Super Moderator


 
Join Date: May 2002
Location: Perth Australia
Posts: 3,942
Thanks: 7
Thanked 82 Times in 81 Posts
firepages will become famous soon enough
if your validation class was not getting loaded you should be getting a fatal error when trying to call $v = new validate(); so something else is wrong....

at the top of contact.php add
PHP Code:
ERROR_REPORTING(E_ALL); 
you may then see some other error that might give you a clue.
changing file names wont help a jot
__________________
resistance is...

MVC is the current buzz in web application architectures. It comes from event-driven desktop application design and doesn't fit into web application design very well. But luckily nobody really knows what MVC means, so we can call our presentation layer separation mechanism MVC and move on. (Rasmus Lerdorf)
firepages is offline   Reply With Quote
Users who have thanked firepages for this post:
webiter (06-17-2012)