Record retrieval using two fields
Posted: Fri Sep 13, 2002 4:00 pm
I'm currently using this query to retrieve a record to be deleted:
However I need to query for an additional field "chapter" to prevent multiple record retrieval. What is the correct syntax for this?
Code: Select all
<?php
$query = ("select * from tbl_members where phone = '$phone'");
?>