testing php

ignore this

<?php
if(function_exists('fsockopen')) {
echo "fsockopen function is enabled";
}
else {
echo "fsockopen is not enabled";
}
?>

8,492 views 4 replies
Reply #1 Top

hmm, nope, nm...

Reply #2 Top

Anyone know how to tell if you have a PHP Enabled server?

Reply #3 Top

Quoting Raven, reply 2
Anyone know how to tell if you have a PHP Enabled server?
End of Raven's quote

<?

phpinfo();

?>

>_>

Reply #4 Top

Another test post, ignore pls

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
</head>
<body>
Item economy by Rishkith
https://forums.elementalgame.com/369111

 

</body>
</html>