06-27-2008, 04:14 AM
|
#1 (permalink)
|
|
The Prestige
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
|
return keyword
Is this the ONLY bloody keyword to not allow data go up at the top
My problem is, I want to kill "return" in the function scope. I hate it, and it's the only thing I know that will allow me to return data without making it go to the top of the canvas of the page.
PHP Code:
function test() {
echo "test";
}
The above function will always output at the top, after all the rest of the data that is outside the variable scope, please help.. Do not say use Return.
__________________
VillageIdiot can have my babbies ;d
|
|
|
|