On Sunday 24 June 2007 13:54, Pieter du Toit wrote: > Hi > > I installed PHP5 on iis and i can see "hello world" and phpinfo. > > When i right click the webpage and view source, i can see the php code, > and the form does not want to post the form details. > > Will appreciate any help. I'm not really knowledgeable about IIS, but if you can see php code in the browser it usually means the web server hasn't been set up to execute php rather than just serving it. Check your config to make sure it knows to pass *.php requests through php5 rather than just sending the page back directly. How you do this on IIS is beyond me I'm afraid. HTH -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php