Does "if" before a command keep the command from executing or does the command still execute?
For example:
"if( insert_order($HTTP_POST_VARS)!=false )
{ some code that gets executed if above isn't false}
Does "insert_order($HTTP_POST_VARS)" automatically get executed?
It must, I think because it not previously called anywhere in the code.
I need a second opinion.
Thank you very much
Sean Paul