neocyber_16 Posted January 22, 2003 Share Posted January 22, 2003 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 More sharing options...
0 Tim Dorr Veteran Posted January 22, 2003 Veteran Share Posted January 22, 2003 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 More sharing options...
0 neocyber_16 Posted January 22, 2003 Author Share Posted January 22, 2003 can you show me an example please. Link to comment Share on other sites More sharing options...
0 Ricky Baby Posted January 22, 2003 Share Posted January 22, 2003 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 More sharing options...
0 john smith 1924 Veteran Posted January 22, 2003 Veteran Share Posted January 22, 2003 smiffy- can you give us a link to the source to your news script- i remember you released it -but i cant find it! Thanks Link to comment Share on other sites More sharing options...
0 Ricky Baby Posted January 22, 2003 Share Posted January 22, 2003 i released a very basic one - not meant for public consumption :p but heres the link Link to comment Share on other sites More sharing options...
0 Ricky Baby Posted January 22, 2003 Share Posted January 22, 2003 :blush: i forgot the file :blush: :blush: :blush: :blush: :blush: :D:D:D:D Link to comment Share on other sites More sharing options...
Question
neocyber_16
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