Jump to content

Can anyone tell me the meaning of this code


sahel

Recommended Posts

if((isset($_POST['action']) && $_POST['action']=='edit') || ($updateloc == true && $_POST['action']=='update'))

If the VARIABLE `$_POST['action']` has been set and `$_POST['action']` is EQUAL to `edit` OR the VARIABLE `$updateloc` is EQUAL to `true` AND $_POST['action'] is EQUAL to `update`

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.