Records Not Showing Up

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: Records Not Showing Up

Post by califdon »

amcgibbon wrote:I tried to insert the code you suggested into the code and it didn't affect it at all, it was still a blank page. :banghead:
I see in your post dated Jan. 6 that you have

Code: Select all

<?php  </table>
  }</p> ?>
That might do it. Within a <?php block, you have to use echo or print to send HTML to the browser. It's not clear what you were trying to do there.

I hope you're using a decent PHP editor that highlights the syntax. It makes it easier to spot such errors, because the coloring isn't right.
Post Reply