View Single Post
8088
Veteran Member
Join Date: Jan 2008
Old 06-12-2011 , 16:48   Re: Convert STEAMID to Steam Community ID
Reply With Quote #289

It's still returning a 500. Try this:
PHP Code:
<?php
if(function_exists(bcadd)) echo "bcmath is supported<br>";
else echo 
"bcmath is NOT supported<br>";
if(
function_exists(simplexml_load_file)) echo "simplexml is supported";
else echo 
"simplexml is NOT supported";
?>
__________________
steamID converter with OpenSearch browser plugin
8088 is offline