I use an if statement to check if a variable has been defined, but the stinkin' thing blurts out an error on my page. My if looks like this:
if (!$submit)
And on my page it blurts out this:
Warning: Undefined variable submit in on line 32.
What do I do to keep it from buging up my page like that?
if (!$submit)
And on my page it blurts out this:
Warning: Undefined variable submit in on line 32.
What do I do to keep it from buging up my page like that?