02-18-2011, 01:31 PM
|
#1 (permalink)
|
|
The Visitor
Join Date: Feb 2011
Posts: 1
Thanks: 0
|
Display certain database fields
I have set up a website for some people who are raising money for an exchange trip for kids in UK and kids in Tanzania.
All was going well until the events page.
They wanted it so anyone with the appropriate login details could post events that were upcoming.
I have set up a database using phpmyadmin.
It has 5 fields
unique INT autoincrement
date as date
event as varchar
venue as varchar
info as varchar
I have set up the entry page so people can enter events
(Checked and working)
But I dont know how to display the database enteries for people to see
I want to display (in a table if possible with headings)
Date Event Venue Info (sorted by date where date >= todays date)
Any help would be great.
Thanks
|
|
|
|