Page 1 of 1

Describe the function / purpose of the following PHP code segment. $result = mysql_query("SELECT * FROM Friends WH

Posted: Sun May 15, 2022 12:51 pm
by answerhappygod
Describe the function / purpose of the following PHP code
segment.
$result = mysql_query("SELECT * FROM Friends
WHERE FirstName = ' Sammy'");