7 ms·
This is how it is executed: $variable = "{${phpinfo()}}"; // <- Execution happens here echo "$variable is fish"; If you pass a "{${phpinfo()}}" via GE
by foofoobar 13y ago
This is how it is executed:
$variable = "{${phpinfo()}}"; // <- Execution happens here
echo "$variable is fish";
If you pass a "{${phpinfo()}}" via GET, it is not executed. The execution has to happen later - e.g. by eval() or /e.