Un semplice modulo in Php che gestisce l'area riservata
pagina del modulo in Html form.html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Modulo area riservata</title> <style type="text/css"> <!-- form { width: 450px; margin-right: auto; margin-left: auto; font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: white; padding: 10px; margin-top: 50px; border: thin solid #AEAEAE; background-color: red; } legend { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: white; ...