I am currently building a website that will display car specs that are in a database. (The website is http://www.mymazdacx7.com/specs.php)
The main problem I am having is when I go to echo the results from the database table it only displays information from the first row.
The code is
[php]echo ‘
[/php]
Now I have gone back and fourth between google and my code to try and fix it but I am currently at the point of pulling all my hair out. I really need some help here because I am not sure of the problem.
Reading up I believe it has something to do with the pointer being reset to the begining in one of the loops but I have no idea how to fix that problem.