Quote:
Originally Posted by LMimo
Thanks
So is this correct?
PHP Code:
require_once('xwww.myforum.com/includes/functions_databuild.php');
build_forum_counters($foruminfo['11']);
That didnt work
|
Because it's not your URL, it's your server-relative location.
Save this as a php file and stick it in your forum directory, then open it up.
Code:
<?php
echo getcwd();
?>