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? Quote 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? Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/29613-mysql-columns-problem/#findComment-135952 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.