Forum: HTML and CSS Mar 9th, 2009 |
| Replies: 5 Views: 1,622 Can anyone tell me how to add events in php calendar ? ineesd to ADD EVENTS |
Forum: HTML and CSS Feb 27th, 2009 |
| Replies: 5 Views: 3,266 <?php
$to = "your-email";
$from = $_REQUEST['email'];
$name = $_REQUEST['name'];
$comments = $_POST['comments'];
$subject1 = "'******SJSD ENQUIRY*****'" ;
$headers = "From:... |