18.12.2011, 18:56
There must be & instead of ; if you want seperate GET variables.
?action=profile&id=72
$_GET['action'] will be profile and $_GET['id'] will be 72.
Hope i understood you correctly.
?action=profile&id=72
$_GET['action'] will be profile and $_GET['id'] will be 72.
Hope i understood you correctly.