Re: [PHP] Help using a function within a function, both within a class

2006-04-19 Thread Adele Botes
chris smith wrote: On 4/19/06, Adele Botes <[EMAIL PROTECTED]> wrote: To anyone who can help, I would like to know why or how I can execute a function within a function used within this class. I want to redirect if the results of a insert query was successful, so i made a simple redirect fun

Re: [PHP] Help using a function within a function, both within a class

2006-04-19 Thread chris smith
On 4/19/06, Adele Botes <[EMAIL PROTECTED]> wrote: > To anyone who can help, I would like to know why or how I can execute a > function within a function used within this class. I want to redirect if > the results of a insert query was successful, so i made a simple redirect > function for later us

[PHP] Help using a function within a function, both within a class

2006-04-19 Thread Adele Botes
To anyone who can help, I would like to know why or how I can execute a function within a function used within this class. I want to redirect if the results of a insert query was successful, so i made a simple redirect function for later use, once I've build onto the class. The problem is that i a