Welcome to the Browser-Base Game Zone forums!
<? phpSomeFunction(Data_parsed_through_it);Some_Function(Data_Parsed_through_it);/* actual function goes here*/?>
foo(); // prints "bar"function foo(){ echo "bar"; }// ------$a = 1;bar(); // <-- error hereif($a==1){ function bar() echo "foo"; }
define my own function before i put it in the code