OH> a few weeks ago. But It's easy to check nevertheless. edit_ip_x and
OH> edit_ip_y are passed reliably. So just do
OH> if(is_set($_REQUEST["edit_ip_x"]))
OH> //Do stuff
Rather, do:
if(isset($_REQUEST["edit_ip_x"]))
Don't use is_set(). You'll get:
Fatal error: Call to undefined function: is_set(
Bob Lockie wrote:
I've got this psuedo code that works in the Mozilla browser but does not
work in IE or Opera or Konqueror.
The input type isn't passing a request name or value and I have a few
buttons and I use the name passed to determine with button was pressed.
The PHP related thing
Mozilla
I've got this psuedo code that works in the Mozilla browser but does not
work in IE or Opera or Konqueror.
The input type isn't passing a request name or value and I have a few
buttons and I use the name passed to determine with button was pressed.
The PHP related thing
Mozilla passes:
Request v
3 matches
Mail list logo