adding link to a page after ordering...

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
johnworf
Forum Commoner
Posts: 28
Joined: Fri Nov 02, 2007 1:02 pm

adding link to a page after ordering...

Post by johnworf »

Hi,

I know a little php - but i think i'm out of my depth here...

I just wanted to know if this was possible...

For someone to purchase a link on a page - add there url / title and description just for one page.


so they would go to this page...

http://www.marketing-4-you.com/Alabama/alabaster.html

they would click to buy a link on the page after going through paypal or some other merchant.

they would then add there information and the link info would be displayed right away.

obviously they would only be allowed admin access for the page that they had bought...

any ideas?

John
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Post by califdon »

Use a database. Store each new item as a record. You could include an expiration date, if you want to. Generate the page from the database.
Post Reply