PDA

View Full Version : function?



jetalomar
March 17th, 2004, 22:56
how can you check if a function exist in the file before you call it?

Salam
March 18th, 2004, 00:46
Use function_exists() (http://uk.php.net/manual/en/function.function-exists.php) .

jetalomar
March 18th, 2004, 09:18
thanks a lot. it Worked.