Quote:
Originally Posted by theybannedme
This is what I have, which is what I coded in. So confused, I feel like I'm just going in circles.
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
|
Hi there, I'm far from an expert and this thread has just resolved my problem creating my own search.
Are you sure you need the full server path to your global.php?
Mine is fine copying the example exactly and using:
Code:
<?php
require_once('./global.php');
?>
My custom search file is within the forum root folder though.