How to display result?
Posted: Thu Jun 23, 2005 10:36 am
Hi I am using this sql to select records from the db but how would I display these records when they have been selected?
Does not work, what should I do now?
Thanks
Code: Select all
<?php
include_once("connect.php"); ?>
$sql = 'SELECT * FROM `customers` LIMIT 0, 30 ';
<?php echo $customers ?>Thanks