Jump to content

How to make a form in dreamweaver?


Recommended Posts


Hi Mamoun,

Making the form is easy, it is processing the return that is a challenge. What are you using? ASP, ASP.NET, PHP, CGI, ColdFusion? You also need some kind of database to store the values, so you need to choose a DB as well. MySQL is the hot DB now, but there are many other choices. If you don't know the answer to these questions you should start with a HTML form processing tut like this...

PHP Form Processing Tutorial

Edited by dman
Link to comment
Share on other sites

What are you using? ASP, ASP.NET, PHP, CGI, ColdFusion?

php

You also need some kind of database to store the values, so you need to choose a DB as well. MySQL is the hot DB now, but there are many other choices

my free host site doesn't support MySQL, but how to make a database in DW?

I saw this tutorial, but I need to know how to make the data saved to a cgi file or php one, and not e-mail the results.

and thanks for your respone dman.

Edited by Mamoun
Link to comment
Share on other sites

Mamoun,

You cannot "make" a database in DW. You are only using DW as an editor for PHP. PHP is used to get data in and out of a database and process the input or results, but it is not where you store your data. If you want to do this you will need a host that offers some type of database support (MySQL, PostgreSQL, SQL Server, etc). What host site are you using?

Link to comment
Share on other sites

Your free host does not have db support. If you want to learn you should download XAMPP

it is Apache web server, PHP and MtSQL db. It is very simple to install, just unzip and run! you can run this on your computer until you learn how to work with PHP/MySQL, then find a new host that has db support.

EDIT: apparently you do not have PHP either...

http://webmastercool.com/forum/index.php?showtopic=1750

Edited by dman
Link to comment
Share on other sites

Your free host does not have db support. If you want to learn you should download XAMPP

it is Apache web server, PHP and MtSQL db. It is very simple to install, just unzip and run! you can run this on your computer until you learn how to work with PHP/MySQL, then find a new host that has db support.

EDIT: apparently you do not have PHP either...

http://webmastercool.com/forum/index.php?showtopic=1750

thanks for the info, I changed my host to another one http://www.100webspace.com/

I will try XAMPP and tell you the results

thanks again for being patient to a newbie like me :D

Link to comment
Share on other sites

>>thanks for the info, I changed my host to another one http://www.100webspace.com/

100webspace looks much more complete than 95mb. That is what you need :D

>>I will try XAMPP and tell you the results

Yes, let me know how you do with xampp. It is pretty easy to use. Just put the folder with your html/php files in a folder under "htdocs" (ex. c:\xampp\htdocs\mamoun\mypage.php). Start apache and mysql with control panel. Then in browser go to "http://localhost/mamoun/mypage.php" to see served page. You really need to read the docs and google to learn MySQL.

>>thanks again for being patient to a newbie like me biggrin.gif

no problem, we all need some help getting started. I am driving my accountant crazy with questions about quickbooks, yuck. :P

not to get all touchy-feely, but it is a shame that the rest of the world can't get along as well as people on MSFN :thumbup

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...