you're looping through the all database records, assigning the values to
variables, but then you never output the variables until after you exit
your while() loop. This is incorrect. Time to read up on database
handling in PHP...
// psuedo-code
$queryResults = mysql_query( $query, $db );
wh
Can Anybody help with this code it is currently only listing the very last
entry record in my db however i want it to list however many the query finds
can anybody see what I am doing wrong.
thanks
Matt.
Business Search
";
} else {
$m
2 matches
Mail list logo