News Article Page

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
noeluylee
Forum Newbie
Posts: 7
Joined: Mon Sep 27, 2010 2:43 am

News Article Page

Post by noeluylee »

Hello,

I would like to create a news sections for my site. I want something like http://features.theguidon.com/2010/07/d ... d-damsels/ and also with the ability to leave comments.

Can you please help me how to create it?

Thanks a lot. your help is highly appreciated.
cpetercarter
Forum Contributor
Posts: 474
Joined: Sat Jul 25, 2009 2:00 am

Re: News Article Page

Post by cpetercarter »

Unless you feel like writing your own blogging software from scratch, use Wordpress.
noeluylee
Forum Newbie
Posts: 7
Joined: Mon Sep 27, 2010 2:43 am

Re: News Article Page

Post by noeluylee »

I want to write my own news article site, I just need a very basic one, which I can add, modify and delete post.
User avatar
DigitalMind
Forum Contributor
Posts: 152
Joined: Mon Sep 27, 2010 2:27 am
Location: Ukraine, Kharkov

Re: News Article Page

Post by DigitalMind »

I didn't get the point of the problem. Create 2 tables (news and comments), relate them, write a few simple php scripts.
noeluylee
Forum Newbie
Posts: 7
Joined: Mon Sep 27, 2010 2:43 am

Re: News Article Page

Post by noeluylee »

Can you tell me how to "relate" news and comments?

I would also like to put a picture for a news article, can you share me a php script that can handle it? it much better if the photo will save on the server's folder rather then in mysql.

Thanks a lot for your help!
Post Reply