Results 1 to 4 of 4

Thread: Auto Code or Software?

  1. #1
    Join Date
    Apr 2009
    Location
    Washington DC
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Auto Code or Software?

    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.

  2. #2
    Join Date
    May 2009
    Posts
    17
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    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.

  3. #3
    Join Date
    Apr 2009
    Location
    Washington DC
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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?

  4. #4
    Join Date
    May 2009
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •