Debt Consolidation - WoW Gold - Myspace Layouts - William Hill Vouchers - Debt Consolidation

PDA

View Full Version : Display one result in page


haradeep
Dec 9th 2008, 7:40 am
I am using php and mysql.

1. I want to display each result in one page.

2. I want a link in the home page to direct user to displayed result.

3. I want a title which shows according to the result.

Please help me to do this.

fireflyproject
Dec 9th 2008, 8:27 am
You're going to have to give us something more to work with.

We can't just give you a piece of code that will work with the info you've given us. Help us help you by posting more detail.

haradeep
Dec 10th 2008, 2:02 am
I am planning to build a classifieds site by my own. of course there are lots of scripts available, but I want to build one.

First thing I want classifieds according to places, I am able to retrieve recent classifieds from mysql and limit 10 in the home page. In the home page I am retrieving data of

Title:
Description:
Place:
Category:

and remaining thing such as name, email, phone no., etc. are not displayed in the home page.

This method is used for place's page too.

So I want a separate page to display the entire content of the each classified where user can click the title as a link in the home page and it redirects him to the entire content classified page.