Changeset 4381
- Timestamp:
- Jul 28, 2011, 2:22:35 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
irpg/trunk/htdocs/contact.php
r1451 r4381 8 8 9 9 echo "<h1>Contact</h1>"; 10 if ( $_POST['from'] && $_POST['text']) {10 if (!empty($_POST['from'])&&!empty($_POST['text'])) { 11 11 mail($admin_email,"IRPG: ".$_POST['from'], 12 12 "Name: ".$_POST['name']."\nE-mail: ".$_POST['from']."\n\n".
Note:
See TracChangeset
for help on using the changeset viewer.