paul5 Posted December 6, 2006 Share Posted December 6, 2006 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 More sharing options...
artacus Posted December 6, 2006 Share Posted December 6, 2006 Are you sure that is what the column name is in the database? Link to comment https://forums.phpfreaks.com/topic/29613-mysql-columns-problem/#findComment-135896 Share on other sites More sharing options...
fenway Posted December 6, 2006 Share Posted December 6, 2006 Post the query, and the relevant code snippet. Link to comment https://forums.phpfreaks.com/topic/29613-mysql-columns-problem/#findComment-135952 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.