• 0

PHP news


Question

Can somebody help me start a php news site. Basically what i'm asking for is for somebody to please start of a basic php script with the following

Create a script that will show news.

Database == news

Tables needed:

Right now im in the process of learning php so if anybody would be kind enough to help me out that would great. Thanks.

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

News scripts are as simple or as complex as you want them to be :)

If it's just you posting and no one else, the table can be as simple as:

ID | title | body

Then, it's just a SELECT query to get that data out of the db. Then just make another page with a form that links to a script that will INSERT that data into the database :)

If you want to add other stuff, it gets more involved. But since you're learning, stick to the basics...

Link to comment
Share on other sites

  • 0

try goin down to the local libery - or find a tutorial

it will be better to learn the basics that way

and as timdorr said it can be as simple or as complex as you want it to be

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.