I'm trying to create a simple login script for user to the web application I'm
writing. I previously wrote it for using PHP4 & Apache, however I've recently
had to move to IIS5, and also upgraded to PHP5.
[script]
if (isset($_POST["username"]) AND isset($_POST["password"])) {
$res=mysql_qu
I've been asked to setup a webserver, which currently runs various ASP.NET
stuff, with PHP ability, linking to a MySQL Db.
I've always found it easy to configure PHP, MySQL etc on Apache, but never done
it on IIS.
I've followed the instructions on the PHP website, and can php display scripts;
how