Hey all,

Looking to get some help with dealing with forms. I'm totally new at this so am unsure of what exactly I need to do.

The idea is that users browse to my website and fill out a form which gets automatically posted to the site for others to see, kinda like an advanced guestbook. So for example, let's say I wanted to start a used car listing service, and a user would be able to browse to my site, fill out the required information and presto - it's posted.

I don't require any advanced functions past the ability to delete records in case they are invalid, etc, although a search function would be nice (not required).

I can make the form no prob using Dreamweaver. The other thing I would also like to know is whether it's easy to have conditional forms in Dreamweaver (i.e. going back to the previous car example, the user would select "Pontiac" from a drop-down menu, the page reloads, and they'd see all Pontiac models in the next drop-down... sort of an idiot-proofing more than anything).

Thanks in advance.

    DO NOT USE DREAMWEAVER!!!!

    Dreamweaver will make you become lazy as a programmer and you will end up having to depend on it. Plus DW does not always work properly.

      By the sounds of it you are pretty new to the php scene. I recommend going out and buying a book. A good one, not some cheap @ss "Learn PHP in 24 hours". Also check into

      http://www.php.net -- Very good manual there.

        Write a Reply...