Look here
http://www.draynor.net/forum/PHP-Run...ecker-t63.html
There is 2 functions, how do i actually use them functions to get the outcome?

Look here
http://www.draynor.net/forum/PHP-Run...ecker-t63.html
There is 2 functions, how do i actually use them functions to get the outcome?
sorry for double post, still need help :s
I presume you would use:
echo [functionhere];
so:
echo getRuneScapeWorld('free', 'emptiest');
dont work -.-
You should just have to do
<?php
include("functions.php"); //Path to the function
getRuneScapeWorld('free', 'emptiest');
?>
Want to hide these adverts? Register an account for free!