PDA

View Full Version : Php link data



The Shooter
02-23-2010, 01:23 PM
Hi I on my index i display all of my data in my database in a while loop.
id->not displayed
time
title
news
name
and again and again...
Now I made a link on the title variable to a php file where i want to display only the data that the user clicked means if he clicked the third title only data from the third title will show up.

joyo
03-14-2010, 10:21 AM
get the data from the database and display it, you need to create a new php script file to perform these operations.