Forum: ASP.NET Jan 20th, 2009 |
| Replies: 1 Views: 399 how can i upload a file in database using asp.net & c#..
anyone please help me..
thanks |
Forum: MySQL Jun 28th, 2008 |
| Replies: 1 Views: 564 what r the types of mysql backups..>?.. please explain..
what is meant by point in backup??? |
Forum: PHP Jun 11th, 2008 |
| Replies: 7 Views: 881 hey..... i'll send the whole project code via the mail. send ur id...... |
Forum: PHP Jun 6th, 2008 |
| Replies: 5 Views: 613 use mysql_fetch_array ..........
for mysql_num_rows........ |
Forum: PHP May 22nd, 2008 |
| Replies: 0 Views: 405 i got error while run the below script...............................
what should i do to send mail using php script??
script:
<?php
$to="someone@gmail.com";
$subject="php mail";... |
Forum: PHP May 22nd, 2008 |
| Replies: 1 Views: 355 hi. ram.help me........ i send a forum ..please see it and reply............. |
Forum: ASP.NET May 22nd, 2008 |
| Replies: 1 Views: 795 how to send sms using web servicex ?
give exact code for dat? |
Forum: PHP May 22nd, 2008 |
| Replies: 0 Views: 752 <?php
$to="someone@gmail.com";
$subject="php mail";
$body="mail sending using php script";
$header="From:someone@gmail.com";
if(mail($to,$subject,$body,$header))
{
echo "mail was sent to $to... |