Hey guys, I want to PHP to do stuff only if a sertain form variable exists.
How do i check to see if a variable exists or not?
Something like If $http_post_vars['name'] exists, then do this.
syntax please? :)
How do i check to see if a variable exists or not?
Something like If $http_post_vars['name'] exists, then do this.
syntax please? :)
Comment