Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
Of course you can.
Your error is not because you tried to use 2, but because you tried to declare 2 different functions with the same name, which PHP refuse.
Declare the function once, and call it as many times you want with countdown(x,y,z...);
__________________
Only a biker knows why a dog sticks his head out the window.
|