Page 2 of 2

Re: Records Not Showing Up

Posted: Sun Jan 11, 2009 8:53 pm
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.