I am getting the following error:
Fatal error: Cannot redeclare class mileageclaim in d:\webserverdocs\webapps\expenses\inc\MileageClaim.class.php on line 3
However...i am not declaring mileageclaim in MileageClaim.class.php. I am declaring it on another page (expenses.php). Also the line where the class is 'included' isnt on line 3 but line 7.
If i remove the include, the script works (but lose any css....dont know why)
I have uploaded my scripts as a txt file
that should be enuff code. Dont know why i get this problem