Jump to content

rajeevbharti

Members
  • Posts

    19
  • Joined

  • Last visited

    Never

Posts posted by rajeevbharti

  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. 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"); ?>

     

  3. Hi,

     

    I got a page which allow candidate to type in their previous working experience,

    I let user to choose the start date and end date and then system will automatically

    calculate the total experience in years and months.

     

    So when the I need to save the data, should I save the generated total experience?

     

    Some of my friends said I should not store the total experience in database, due to the total experience is based on the start date and end date.

     

    First I was think about if we don't store the total exp, when the time come to search, Let say I want to search for a candidate which has total experience equals to 10 years,

    I have to use mysql to do the calculation, I was wonder whether it will slow down on the select query?

     

    if I got millions row in the database? will it affect the performance?

     

     

    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.

  4. Hey forum members,

     

    I'm designing this site at the moment, and I've installed this gallery php script, and I was wondering how can I import it into my website.

     

    I don't wish to upload photos and keep in that plain template, I wish to import it into this upcoming website I'm designing for a photographer:

     

    http://shaunmeilak.com/chriszerafa/photographs.php

     

    And this is the link to the php gallery: http://shaunmeilak.com/chriszerafa/photos/catalog.php?categ_id=1

     

    Any help ?

     

    Thanks,

     

    Shaun

     

     

     

    hi can u define it in more details so that we can help u out...........

  5. Hi friends,

     

    I write a code for download the excel file. The excel file contains the database records. When the database record is increased, it shows the 500 internal server error.

     

    I am using the set_time_limit(0) to improve the maximum execution time. But the problem still persists.

     

    I cannot download the file when the database records exceeds some thousands of data. But the same file works well in the hundreds of records.

     

    Please help me

     

    good question i also want to know about downloading file. I am facing same kind of problem........

    plz replay if some one have answere

  6. LawsLoop is a website that allows anybody to create and publish their own personalised manifesto online. Members have the freedom to express any opinion they hold, no matter how extreme they may seem to others.

     

    Theres tons of other stuff but thats the basic, core value of the site. I'm happy cos we just had a registered political party in the UK join and create a manifesto.

     

    URL: http://www.lawsloop.com

    Example LawBook: http://www.lawsloop.com/lawbooks.php?name=lawsloop

     

    --------------

     

    My monitor shows colours a lot darker than they are to most people so I'm working on some of the brighter aspects of the layout, tell me which (if any) parts of the layout are too bright. (I believe the light green part of the layout might be too bright).

     

    The homepage needs work to make it a little more interesting in terms of how to position the current information, suggestions welcome.

     

    Any other reviews or suggestions are very welcome, look forward to them.

     

    hi friend this is a good social networking site. keep it up.

  7. Hello,

     

    i wrote something that can be used with CKeditor for an exapmle. If you have time and maybe even a need please give it a try and let me know what you think. It just the the beginning so may have some bugs.

     

    I know my html sucks... please comment the functionality.

     

    thanks for providing this kind of editor we haven't seen yet but i am going to see it and use it.

     

    http://keevitaja.com/?p=11

  8. I've been working on a tutorial site(I am doing PHP video tutorials) and I would like to know how I can improve my site.

    Here's the link http://kloplop321.com/php-tutorials/

     

    I think I have made it pretty simple for beginners. Though, I need to redo the first few tutorials(my first time, so rusty, hurried, and not refined) though.

     

    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.

  9. Why do you wish to send 10,000 messages at the same time? Do you have a dedicated mail host to send the messages through? It's unlikely anybody will just give you the code, try the Freelance section.

     

    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.

×
×
  • 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.