Re: [PHP] display mor than one result.

2001-02-16 Thread Joe Sheble (Wizaerd)
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

[PHP] display mor than one result.

2001-02-16 Thread Matt Davis
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