hello, i have a short url site. i submit a download url and it give me a new url on my site which got a link of this download link, here is the download.php: <?php include "config.php"; connect(1); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> </head> <body> <p align="left"><?php $id = $_GET['id']; $b = $_GET['b']; if(!isset($b) || $b != "y") { $query = mysql_query("SELECT link FROM links WHERE rand = '$id'"); $link = mysql_result($query,"link"); echo "<a href='".$link."'>Downloadlink</a>"; echo '<meta http-equiv="refresh" content="1000000;url='.$link.'">'; } else { $query = mysql_query("SELECT links FROM bunchlinks WHERE rand = '$id'"); $links = mysql_result($query,"links"); $links = str_replace("<br />","",$links); echo 'Your Requested Links Are:<br><br><textarea rows="15" cols="40">'.$links.'</textarea>'; } ?> </p> </body> </html> Code (markup): now look at echo "<a href='".$link."'>Downloadlink</a>"; Code (markup): you see, if you click on here you will go directly to the submitted url right? but i dont want them directy to go to the link, if they click on downloadlink, there must be open first a popup saying: please click here to go to the download link. so you need to make a popup.html, then u connect the code $link in download.php with the popup.html. so exactly: i want the links first in a popup, they may not go directly to the external link can you do this? i have 10$ for this job, if you see this message here, you can still get it, i will remove this message when i got it, so you can still get this job. also if your good, i have more jobs. THE JOB IS DONE, THNX TO papa_face
So you basically want so when people click on that page for a pop-up to come out saying: Click here to download and THAT will start the download? If so I can do this. Send me a PM with details.