PHP 1.) The eregi() function is deprecated in PHP 5.3+ A. TRUE B. FALSE 2.) Which of the following will be most likely to work as intended: A. mail($headers, $body, $subject, $to); B. if ($i = $item) C. foreach ($i=0;$i $v) E. none of the above 3.) Which of the following is a valid php statement A. print ("<p> Hello World </p>"); B. echo...