Jump to content

Can I Cancel A Form Automatically After Successfully Submitted.


thara

Recommended Posts

I used this code

 

if( isset( $_POST ['download'] ) && isset( $_POST ['download'] ) == 'Download' && !isset($_COOKIE["downloaded"])) {

     

$expire=time()+60*60*24*30;

        setcookie("downloaded", "yes", $expire);

Hi.. dear.

 

In my download page, a user click on download button the download box appears above the button. but when that download box is appearing the downloading is not starting automatically.  definitely a user must click on the link call "If your download doesn't start automatically. CLICK HERE." appear on that download box to download a particular song. So dear, Can I make it to start downloading automatically while that download box also appearing.   

 

Thanks in Advance for any help

Archived

This topic is now archived and is closed to further replies.

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