Calling a function outside of If-segment
Posted: Fri Jan 11, 2008 10:08 am
Hey!
I need to call a function from the inside of an If-segment and it doesnt seem to work.
Can anyone help me? 
I need to call a function from the inside of an If-segment and it doesnt seem to work.
Code: Select all
function A() { echo 'Hey'; }
if (!isset($B)) { '.A().' }