So I decided to make myself a testing server. I read over several tutorials and followed them the best one to every dotted I. However I am having problems.
First problem is on several of my pages, many of them DB driven I get this error:
"Parse error: syntax error, unexpected $end in D:\Web\wamp\www\RL\dz\archive1\peps.php on line 214"
However, while I would attribute this to some sort of messed up coding, I know for a fact that my host has a copy of this file and it works fine.
The next problem is that I have an include file called "session.php" where it gets called as such "include("include\session.php");" at the beginning of the file (before the <html> and <head> tags). It is including the file, but it just prints out the file after a certain point (line 46 after a "->"). At that point there is a line called $this->time = $ttimetestTot; and on the page that is including this file, it displays everything after the "->". Another example of something that works on my hosting server but not on my own set up.
I did a phpinfo shot on both my hosting server and the testing one I am setting up myself and they have the same version and what looks to be the same settings.
Does anyone have any idea? Thank you