I am currently doing this:
$_GET Request
$process = @$_GET['data_process'];
$id = @$_GET['data_id'];
$link = @$_GET['data_page'];
$_POST Request
$process = @$_POST['data_process'];
$id = @$_POST['data_id'];
$link = @$_POST['data_page'];
Although it looks messy to me. How can I refine this process?
This is what i do
Simple Usage
Edit: In this way you can easly assign a default value. Example:
@yes123 wanted more here you have it ..
Class Used