well I have a file called "functions.php" which is includes into another page and then functions are called but my problem is, if I call two functions example
test("George");
secondtest("Nancy");
only they first one will work, anyone know what could be the reason?
Thanks in advance,
Mark
test("George");
secondtest("Nancy");
only they first one will work, anyone know what could be the reason?
Thanks in advance,
Mark