PseudZ
Expert Member
- Joined
- May 28, 2008
- Messages
- 1,235
I need to do an assignment covering server side programming, mainly looking at PHP.
So I download php-5.3.0-nts-Win32-VC9-x86.msi from the site, and I see the VC9 version only works with IIS, so I install IIS. Then I configure Dreamweaver to use the local server which worked fine. However every time I run my PHP page, I get an error about " <?php print( '<?xml version = "1.0" encoding = "utf-8"?>' ) ?> "
If I delete that line from my code, I only get html text showing and no php showing on the page.
So I think maybe it's the web server, so I decide to try Apache, which would require another version of PHP, the VC6 version.
I go to the Apache site and theres a local mirror, http://apache.is.co.za/ but there are a million folders and the site gives no help to what I need so now I stuck. Not knowing what I am doing or what I should be doing, or why my stuff won't work.
So just wondering what the best route is, or what would be recommended
Thanks
So I download php-5.3.0-nts-Win32-VC9-x86.msi from the site, and I see the VC9 version only works with IIS, so I install IIS. Then I configure Dreamweaver to use the local server which worked fine. However every time I run my PHP page, I get an error about " <?php print( '<?xml version = "1.0" encoding = "utf-8"?>' ) ?> "
If I delete that line from my code, I only get html text showing and no php showing on the page.
So I think maybe it's the web server, so I decide to try Apache, which would require another version of PHP, the VC6 version.
I go to the Apache site and theres a local mirror, http://apache.is.co.za/ but there are a million folders and the site gives no help to what I need so now I stuck. Not knowing what I am doing or what I should be doing, or why my stuff won't work.
So just wondering what the best route is, or what would be recommended
Thanks