Jump to content

rajeevbharti

Members
  • Posts

    19
  • Joined

  • Last visited

    Never

About rajeevbharti

  • Birthday 01/02/1984

Profile Information

  • Gender
    Male
  • Location
    Delhi

rajeevbharti's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. dear friend you try like this i hope it will work <?php $to = 'nobody@example.com'; $subject = 'the subject'; $message = 'hello'; $headers = 'From: webmaster@example.com' . "\r\n" . 'Reply-To: webmaster@example.com' . "\r\n" . 'X-Mailer: PHP/' . phpversion(); mail($to, $subject, $message, $headers); ?>
  2. hi friend u use $i in place of i in-- $aff_member_sales = $get_number_sales[number_sales]; $aff_member_email = $get_number_sales[aff_email]; echo $aff_member_sales; echo '<Br>'; echo $aff_member_email; echo '<Br>';
  3. your code looks good but i cannot understand what actually you want . what is the error ...
  4. code looks good u try <?php include("../prices/bluedragonscale.php"); include("../prices/anotheritem.php"); ?> instead of <?php include("../prices/bluedragonscale.php"); ?> <?php include("../prices/anotheritem.php"); ?>
  5. if u are using so long database like millions of line record in your database it will slow the query execution but not as much as it will affect your performance while u are doing mysql calculation on the table to get the desired result.
  6. can you people tell me that the mail function of php working on my domain and when i go to other domain it not works properly.... even we both have using Linux platform ....
  7. hi can u define it in more details so that we can help u out...........
  8. thank you for providing the code. this is also helpful for me...
  9. good question i also want to know about downloading file. I am facing same kind of problem........ plz replay if some one have answere
  10. hi friend this is a good social networking site. keep it up.
  11. hi friend, i visited your site and i found it is a good site for beginners and definitely we have any suggestion then we will let you know.
  12. i only give the example of 10000. if i have to send 10 mail one time through one function then what i have to do.
  13. thanks body for providing me the link
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.