Code: Select all
if (isset($HTTP_POST_VARS['value']))
I have to have a
Code: Select all
if (isset($HTTP_GET_VARS['value']))
Is there a better way of doing this (without making the assumption that $value will always exist regardless of whether it's posted or sent in a link?