Hi! Previously I work on php 4 and use to do function almost all in my program
My problem is now I'm working on PHP 3.0.16(If I'm not mistaken)..and when I'm using a function and tried to call the function ...It doesnt work and the error messages was "Call to unsupported or undefined function "..
Say that I make a function as below..
test(); //comeout the error as stated earlier
function test()
{
echo "test";
}
Anyone can help me ..? Is this because of the configuration setting is not set to something or what..?
I'm stuck ...Thanks all for your help...
I'm still new in PHP,
--Aishah--