Hi,
i cant get any value
$_SERVER['PHP_SELF'] or $PHP_SELF
$_SERVER['REQUEST_URI'] ?
how can i fix ?
Regards,
Hi,
i cant get any value
$_SERVER['PHP_SELF'] or $PHP_SELF
$_SERVER['REQUEST_URI'] ?
how can i fix ?
Regards,
i am fix problem
change variables_order = "PCS" to variables_order = "EGPCS"
Thank you.