Forum Moderators: coopster
I've gone through 'Jack's form mail script for php 5 and implemented it into a web page I'm working on.
My server supports php 5, but I get an error which I don't understand, which is:
Fatal error: Call to undefined function: () in /home/z37711/public_html/formmail.php on line 184
Would anyone know off the top of your head what this means?
The script's pretty long, so please don't freak out, I'm new to this forum. Your help is appreciated.
Thanks S.
[edited by: dreamcatcher at 6:05 pm (utc) on Nov. 17, 2006] -- Generalized urls.
[edited by: coopster at 5:33 pm (utc) on Nov. 20, 2006]
[edit reason] removed code dump [/edit]
An undefined function is exactly that, the PHP parser is trying to run a function that does not exist in the current script invocation memory space. If you can show us what line of code is on that line number we can assist further.
On a side note, a search over these forums on that particular script shows lots of issues and troubles. One might want to search for a better form processor or develop your own.