Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: PHp script to email download link

  1. #11
    Join Date
    Apr 2008
    Location
    Little Office!
    Posts
    80
    Thanks
    15
    Thanked 0 Times in 0 Posts

    Default

    Perfect...

    last but not the least thing... can i display a message i.e. "Email Sent Thanks!" or something like that???

  2. #12
    Join Date
    Apr 2009
    Location
    Cognac, France
    Posts
    400
    Thanks
    2
    Thanked 57 Times in 57 Posts

    Default

    That's easy enough, in the PHP file, after the ?>, you can start an HTML file.

    Eg

    Code:
    ?>
    <HTML>
    <head>
    </head>
    <body>
    
    </body
    </HTML>
    Then just put your scripts, styles, etc in the head section, your divs, tables, etc in the body, as normal

  3. The Following User Says Thank You to forum_amnesiac For This Useful Post:

    chetanmadaan (05-29-2009)

  4. #13
    Join Date
    Apr 2008
    Location
    Little Office!
    Posts
    80
    Thanks
    15
    Thanked 0 Times in 0 Posts

    Default

    alright... everything is very much perfect!

    just the last things... can we create a session id along with every link so that it should last for only 15 or 20 mins... i mean i don't want the visitors to pass over the link.

    i know this is some database thing included... but please let me know???

  5. #14
    Join Date
    Apr 2008
    Location
    Little Office!
    Posts
    80
    Thanks
    15
    Thanked 0 Times in 0 Posts

    Default

    ??? help please!

    www.jm-expertscom

  6. #15
    Join Date
    Apr 2009
    Location
    Cognac, France
    Posts
    400
    Thanks
    2
    Thanked 57 Times in 57 Posts

    Default

    I don't know if you will find this helpful but it is similar to what you are trying to do.

    http://www.ardamis.com/2008/06/11/pr...-a-unique-url/

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •