01-01-2008, 06:37 PM
|
#1 (permalink)
|
|
The Frequenter
Join Date: Nov 2007
Location: Netherlands
Posts: 460
Thanks: 49
|
Classes: Function Usage
I seem to have caught myself at the classes again. I've made a function called drawHeaders(); which is defined first, in the top of the function.
Now, inside a function called sendMail(); I want to call up the drawHeaders but all it gives me is a Fatal error: Call to undefined function drawHeaders()
drawHeaders gets, in a foreach loop, each header defined by the admin, and if defined by me in one of the documents (PHP), it foreach'es those as well and puts them into a variable which displays it correctly in the email's source.
Can you guys help me out?
__________________
"Life is a bitch, take that bitch on a ride"
|
|
|