require('./global.php'); ??
I've made a form that someone fill's out
& when the submit button is hit it submits the data into X forum.
It works perfect when the user is logged in-
But im trying to get it so anyone can use the form.
If i dont have require('./global.php');
i get the error saying call to undefined members function
but if i do have it no none members can use the form
anyone direct me as to what i should do plz
Regards
|