Looking for a script to do the following: Background Windows or Linux We have a site with 5,000 unique customer addresses. Each address has its own home page, which is called up into a dynamic page from our database. (in other words one single dynamic page) We want to be able to allow our customers to advertise on their home page, as simply as possible, by clicking on a link that says “Your Ad Here!â€. All ads will be exactly the same size, and include a link. Example: In the home page for customer A, the URL would look like this if no ad had been placed for customer A. Mysite/mycustomers/homepage/streetA/cityA/stateA/no_ad Then they could click on the “Your Ad Here†link, pay for the ad, upload the ad, and then it would look something like the following: Mysite/mycustomers/homepage/streetA/cityA/stateA/ad And customer B ad URL would look like this. Mysite/mycustomers/homepage/streetB/cityB/stateB/ad Many of our customers have the same name with many locations and that is why we trigger these off addresses in our database. We would like this to be as simple and automated as possible, including the customer payment interface. I hope this makes some sense to somebody. Thanks