Free php scripts.
scripturi pentru webmasteri - free web tools - copie si lipeste scripts pentru situl tau sute de scripturi
Daca vrei sa ai acces la baza de date trebuie sa te inregistrezi. Succes. Omae
|
Nou pe simpatie: Ada_net Profile
 | Femeie 25 ani Bucuresti cauta Barbat 25 - 47 ani |
|
|
Free php scripts.ReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
|
| #1 |
|
|
<?php if (isset($_GET['email'])) { $email = $_GET['email']; $message = $_GET['message']; $from = $_GET['from']; $subject = $_GET['subject']; mail( $email, $subject, $message, "From: $from" ); print "email trimis blabla"; } else { ?> <form method="get" action="mail.php"> To Email: <input name="email" type="text"><br> From Email: <input name="from" type="text"><br> Subject: <input name="subject" type="text"><br> Message: <textarea name="message" rows="10" cols="30"></textarea> <input type="submit"> </form> <?php } ?>
BY Shocker
_______________________________________ http://2012en.wordpress.com/ "Living mistery" http://mergi.la/RoTop69 "RoTop69" www.cramanobless.ro "Producator vinuri nobile" - Paunesti,Vrancea, mail : info-at-cramanobless.ro http://www.erepublik.com/en/referrer/HEXAGON+Omae Intra in lumea EREPUBLIK
|
|
| |
|