On Feb 25, 2:33 pm, FrankDasario <FrankSpeak....RemoveThis@yahoo.com> wrote:
> Best practices?
> Best tutorials?
HTML forms:
http://www.webcom.com/html/tutor/forms/start.shtml
PHP Forms:
http://www.w3schools.com/php/php_forms.asp
The advantage of server-side over client-side is that functionality
and security is handled by the server, not the client's browser.
Scripting languages that are the most common server-side programs used
for web sites are:
* PHP
* Perl
* ASP
* ColdFusion
* JSP