views:

7

answers:

0

at "debug configurations" -> 'php script' -> 'new_config', on the right "PHP script arguments",what arguments should i fill in? for example:

< ?php $tmp = $_GET['arg']; // is here the argument will be replaced ?

echo $tmp; ?>

i have no idea how to debug a URL with parameters.