Hi Forum,
I am beginning to work with classes.
Using PHP 5
When I include a class file, it does not work
I have a file (index.php) that includes a class file as such:
include "Situation.php";
both index.php and Situation.php are in the same directory.
When I try to load the page, it is blank.
Is there a secret way to do this?
Thanks,
Mike