Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
What could cause a problem is your return statement.
If this is placed in a function, anything placed after a "return" statement will be left over, as the function exits at the same time it returns something.
If you are not in a function though, I don't see the point of having a return statement...
Could you explain a bit why it's positioned here, and if it's in a function ?
I'm not sure, but if it's in a if or case statement, it could cause the php engine to break out of the condition too, but that's purely a proposition.
I'm not even remotely sure of that.
__________________
Only a biker knows why a dog sticks his head out the window.
Last edited by tripy; 02-21-2007 at 06:12 PM..
|