Title: Message

Hey guys I finally got my phpinfo file to show on apache server

But when I try to do a hello world or browser check I get a 500 error message

Can anyone help me out, and educate me what I’m doing wrong.

 

This is my script

<html>

<head>

 <title>PHP Test</title>

</head>

<body>

<?php

if (strstr($_SERVER["HTTP_USER_AGENT"], "MSIE")) {

   echo "You are using Internet Explorer<br />";

}

?>

</body>

            </html>

================================================

Thanks

ultimatefootballleague.com/index.php

[EMAIL PROTECTED]

 

 

ultimatefootballleague.com/index.php

[EMAIL PROTECTED]

 

Reply via email to