Posted by Rik on 06/24/06 16:32
homepricemaps@gmail.com wrote:
> i run a mapping website at http://www.HomePriceMaps.com which maps
> real estate prices however i have found that when i do select * where
> there are 10 records found in the db that for some reason only 9 are
> returned to the user. If there are only 2 records found in the db
> than only 1 is returned.
>
> my php code looks like this and i cannot tell if its the logic of my
> php code or perhaps my javascript:
>
> php code
>
> $query = "SELECT * FROM homepricemaps where citystate = '" . $input
> ."';
This code won't return anything.
Please post the the total portion of the code in which you extract records
from the database.
Grtz,
--
Rik Wasmus
Navigation:
[Reply to this message]
|