Can someone please explain how to get this working if I uploaded all the files neatly inside a directory called "shoutbox"? I tried already, modified the files and couldn't get this working
I changed all instances of:
require_once('global.php');
to
require_once('/global.php');
I changed the template code to add /shoutbox/ before the shoutbox.php code, still didn't work.
|