Unable to view results from search criteria

gesf

Active member
Code:
<?php

// Use (example):

$row['age'];

// Instead of:

$age from extract($row);

?>
Also make sure your querys return something by printing/outputing them.
 
Back
Top