Forum: PHP Jul 24th, 2008 |
| Replies: 11 Views: 943 i want to know the page name in which u have stored this page |
Forum: PHP Jul 24th, 2008 |
| Replies: 11 Views: 943 |
Forum: PHP Jul 24th, 2008 |
| Replies: 7 Views: 568 $query1="DELETE FROM autoalto_mail where mail_id=$mailid1";
check out and reply |
Forum: PHP Jul 22nd, 2008 |
| Replies: 3 Views: 478 |
Forum: PHP Jul 22nd, 2008 |
| Replies: 3 Views: 334 welcome............mark it as solved |
Forum: PHP Jul 22nd, 2008 |
| Replies: 3 Views: 334 hope this works.plz reply
while($row = mysql_fetch_array($result))
{
?>
<tr><td width="10%"></td><td ><img src="images/buldot.gif" alt="" height="6" width="6"><?echo $row['from']?></td>
<td >... |
Forum: PHP Apr 11th, 2008 |
| Replies: 3 Views: 550 $email = $_REQUEST['email'] ;
$subject = $_REQUEST['subject'] ;
$message = $_REQUEST['message'] ;
mail( "yourname@example.com", $subject,$message, $email");
echo "Thank you for using our mail... |