Try using full URI, e.g. http://localhost/index.php

David Scott wrote:

I am running this file from a tutorial:

<html>

<head>
<title>Something Useful Tutorial</title>
</head>

<body>

<?php

echo $_SERVER["HTTP_USER_AGENT"];

?>

</body>

</html>

When this file is run from my webserver (IIS) I get a page that says: No
input file specified.
What can I do to get this working?





--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to