[thelist] xml_parse PHP

Jay Blanchard jay.blanchard at THERMON.com
Tue Nov 1 16:14:26 CST 2005


[snip]
[snip]
You're calling these functions BEFORE you've defined them in the file, hence
the parser doesn't know they exist yet...
[/snip]

That can't be it since it parses fine without the if statement - and it
works on other pages that I have that do not encapsulate it with the if
statement - that would mean that the functions are defined - it has to do
with the if statement.
[/snip]

Inside an if statement you are going to run into scope problems with your
functions....hence the failure.



More information about the thelist mailing list