Jump to content

mySQL Columns - problem


paul5

Recommended Posts

Okay, I have a script, and all of the columns work fine EXCEPT one called dateadded.

I can say <? echo $row['title']; ?>, and it will echo an appropriate title.  This is good for the first 10 columns.  However, the last column, dateadded, doesn't work.  It acts as if it were null.  If I say <? echo $row['title']; ?>, it will not display anything.  Any ideas?
Link to comment
https://forums.phpfreaks.com/topic/29613-mysql-columns-problem/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.