php form and dreamweaver form?

we can make some register/login form in dreamweaver (in .html), then why do we need to make it in .php? what's the different?
.php is more complicated than .html......
 
Difference is that in every login/account based form you need a database( MySQL) or similar to work with. Any database is easily connected with php file that ordinary html. Besides, php (personal homepage) was designed to be made for homepages and it's structure is more adaptive to users and makers.
 
because your server needs it to be php your web page has php as its background program so make it as html then save as .php i learned the hard way i built my own server thisis how its done go to ubuntu.com or linux or apache2 and you will learn more
 
Back
Top