i was told yesterday when using an outside of the script function and such to put it in a file called whatever.php.inc so i did this and used require() as i was told
require("something.php.inc");
well, now my function shows on the page. like
function a_function(){
some code
}
what am i doing wrong here? is using .inc a good thing?