Page 1 of 1

What is performed by the following PHP code? $result = mysql_query("SELECT * FROM Friends WHERE FirstName = ' Perr

Posted: Sun May 15, 2022 12:52 pm
by answerhappygod
What is performed by the following PHP code?
$result = mysql_query("SELECT * FROM Friends
WHERE FirstName = ' Perry'");