Question:The following piece of script will output: [code] <?php $email=admin@psexam.com; $new=strstr($email,’@’); Print $new; ?> [/php]
A admin B admin@psexam C @psexam.com D psexam.com
+ AnswerC
+ Report