To send mail to the webmaster of a site.
<? $atdomain = ""; // use to specify domain name, ex. @yourdomain.com NOT just yourdomain.com $site_header = ""; // If you want to use your own site header, enter the URL to that here. $site_footer = ""; // If you want to use your own site footer, enter the URL to that here. $default_subject = "Results from Ask the Webmaster"; if(!$to) { die("No recipient was found!"); } if(!$atdomain) { $to = strtr($to,":","@"); } if(!$subject) { $subject = $default_subject; } if($name == "" || $email == "" || $message == "") { die("Form fields were left empty, please try again."); } $body = "Name: $name\n\nE-Mail: $email\n\nMessage:\n$message"; mail($to . $atdomain, $subject, $body . "\n\n\n\nPowered by Ask the Webmaster 1.0", "From: $email"); if($site_header) { include($site_header); } else { echo "<html><head><title>Ask the Webmaster</title></head><body bgcolor=\"#ffffff\" text=\"#000000\">"; } print "\n<b>Mail sent.</b><br>Thanks for asking the webmaster! We'll get back to you as soon as we can.<p>\n"; print "You said:<br><pre>$body</pre><br>"; if($site_footer) { include($site_footer); } else { echo "<br><i>Ask the Webmaster</i> is ©2001 YOA/LSYF/YoAi<body></html>"; } ?>
Download code...
Script C# per tutte le esigenze: database, sessioni, file, contatori, stringhe, date, e-mail, e tanto altro.
Manuale completo di C# per principianti e non
Script VB.Net Visual Basic .net: database, sessioni, file, contatori, stringhe, date, e-mail, e tanto altro ancora.
Manuale completo di VB.Net per principianti e non.
Tecniche di posizionamento indicizzazione e ottimizzazione dei siti web per nei motori di ricerca
Manuale completo sui CSS per principianti e non
HTML 5 è un linguaggio di markup utilizzato per la strutturazione e il contenuto delle pagine Web.
CSS 3 è l'ultima evoluzione dei fogli di stile CSS. Contiene molte novità come angoli arrotondati, ombre, sfumature, transizioni o animazioni.
jQuery è una libreria JavaScript cross-platform progettata per semplificare lo scripting lato client.