I created a calendar and would like for it to display items from mysql in the respective date. Doesn't have to be a link or anything fancy, just plain text.
I appreciate any assistance anyone can provide. Still learning, always looking to learn something new. Thanks in advanced.
Search found 3 matches
- Sat Dec 29, 2012 2:26 am
- Forum: PHP
- Topic: Calendar Help
- Replies: 1
- Views: 680
- Sun Dec 16, 2012 5:19 pm
- Forum: Tutorials
- Topic: blog tutorial
- Replies: 3
- Views: 1013
Re: blog tutorial
Once I changed the table names to what the tutorial calls them the problem went away.
Thanks for the quick response to this issue. Although I don't understand why the change in names made it go away when I made sure the table names were spelled correctly... I guess is all magic...
Thanks for the quick response to this issue. Although I don't understand why the change in names made it go away when I made sure the table names were spelled correctly... I guess is all magic...
- Sun Dec 16, 2012 4:48 pm
- Forum: Tutorials
- Topic: blog tutorial
- Replies: 3
- Views: 1013
blog tutorial
While going throught the tutorial I started building the blog as you did. On part03 you tested the get_posts sql and got no error however when I did the same thing I got an error (#1054 - Unknown column 'blogcomments.total_comments' in 'field list'). Here is syntax I used (changed table names to blo...