I have three links. The code already auto selects one.
I'm trying to take that one link and automaticly start the download.
I tryed with header('location:$link');
but it tells me "Warning: Cannot modify header information"
what would I use to start downloading?
one of the link is another page so I
Benjamin Adams wrote:
I have it working with javascript but the if statements are not working:
---
echo $num_download;
if($num_downlaod <= 50){
--
See a problem?
--
John C. Nichel IV
Programmer/System Admin (ÜberGeek)
Dot Com Holdings of Buffalo
716.856.9675
[EMAI
I have it working with javascript but the if statements are not working:
window.open('=$conf[$links]['link1']?>');
}else if(($num_download > 50) && ($num_download <= 75) && ($conf
[$links]['link2'] != '')){
?>
window.open('=$conf[$links]['link2']?>');
}else i
Benjamin Adams wrote:
I have three links. The code already auto selects one.
I'm trying to take that one link and automaticly start the download.
I tryed with header('location:$link');
but it tells me "Warning: Cannot modify header information"
what would I use to start downloading?
one of the li
I have three links. The code already auto selects one.
I'm trying to take that one link and automaticly start the download.
I tryed with header('location:$link');
but it tells me "Warning: Cannot modify header information"
what would I use to start downloading?
one of the link is another page so I
5 matches
Mail list logo