i'm kind of new to this php language so here is my question :
i have a function in a file called GeneralFunctions and in that file i have a function called GetWelcomeText
now i'm trying to call that function from my MainPage but for some reason it can't find the function.
i used include("GeneralFunctions.php");
in the beggining of the page and when i use the function file_exists it returns a true value.... so i'm kind of in the woods
about whats wrong.
i tried copying the function to the main page and it works there but that is not the solution i'm looking for.
can anyone tell me what is wrong with my code?
thanks for the help.