How do i must put to require a php script in other paste?
ie:
<?php
require("loginout.php");
function endhtml()
{
?>
the script is at /yabbse/sources/loginout.php
ive tryed:
<?php
require("/yabbse/sources/loginout.php");
function endhtml()
{
?>
but it havent worked...