Log in

View Full Version : Auto Code or Software?



vroni357
05-16-2009, 12:26 PM
Hi,
I'm looking for either a type of code or software that will automatically create a new profile page on a web site from a user's form submission. For example, one could be on a real estate site and wants to add their own house to that site to sell it. Then they would fill out a form on that site, click a submit button and wait a few seconds. There is some code or software on that site that will automatically generate a new profile page with the user's information and some photos on it. And automatically and immediately post that page on that site so it can be seen on that site (without any site owner intervention at all) by the user and potential buyers. Then either the user is done or can edit the page if necessary. That code or software is what I'm looking for. I know it exists because it's used all over the internet. But I don't know what it's called so, a dozen search terms later, I still can't find it. Any help would be appreciated. Thank you.
:confused:

xiofire
05-16-2009, 02:55 PM
It's not software, it's simple PHP and MySQL.
All you do is submit the form information into DB tables then output the information.

vroni357
05-16-2009, 03:45 PM
Thank you. One question though, I've already been using the MS Access database (but not online, just to keep track of other info) can I use Access with PHP instead of MySQL?

vincentvu
05-16-2009, 10:38 PM
I havent done any search on using PHP to connect to Access, but that would be much slower than MySQL. There's might be an engine out there that lets you read/write data from/to a Access file. but again, what you really need is PHP/MySQL and a professional web developer.