Cada pregunta de este test está cronometrada.
Which of the following variables is not a predefined variable?
$get
$ask
$request
$post
The following piece of script will output: <? $email=’admin@gmail.com’; $new=strstr($email, '@’') print $new; ?>
admin
admin@gmail
@gmail.com
gmail.com
To work with remote files in PHP you need to enable
allow_url_fopen
allow_remote_files
both of above
none of above