Jump to content

Recommended Posts

But as long as you know the basics and know how to connect to the database and perform SQLs, then you're good to go. This code is a good beginner's project because it's really not hard.

 

Set up a database and a table. Give the table an "id" auto_increment field and a "news" field. You can add more later. You can do all this in phpMyAdmin if you want. Add some news entries.

 

In the file where you want to display news, connect to the database, select your table and run a SQL to grab the last 10 or so entries. (The last 10 would be the most recent. You can select them all if you want.) Then display them, most likely using a while loop.

Link to comment
https://forums.phpfreaks.com/topic/156627-need-some-help/#findComment-824760
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.