Author |
Message |
Topic: trigger a script? |
uod
Replies: 6
Views: 16226
|
|
thank you
header('Content-Type: audio/mpeg');
header('Content-Length: ' . filesize($file));
readfile($file);
i used this code to satisfy my needs |
Topic: trigger a script? |
uod
Replies: 6
Views: 16226
|
|
i got your point, is there a a way to literally open the file? "Content-Disposition" is downloading a file, is there a way for example, *.txt file, should be handled by the browser by viewin ... |
Topic: trigger a script? |
uod
Replies: 6
Views: 16226
|
|
let just say i have a folder "mp3", and someone loaded it, or downloaded it, it should trigger a script. |
Topic: trigger a script? |
uod
Replies: 6
Views: 16226
|
|
is there a way to trigger a script, whenever a certain file from a directory is accessed? |
Topic: help on filezilla's directory alias |
uod
Replies: 0
Views: 4682
|
|
what is the syntax for directory alias on filezilla server |
Topic: mail() function |
uod
Replies: 2
Views: 8962
|
|
<?
include("config.php");
$date = $_GET['date'];
$time = $_GET['time'];
$name = $_GET['name'];
$ip = $_GET['ip'];
$agent = $_GET['agent' ... |
Topic: dynamic sig using jpeg ext? |
uod
Replies: 3
Views: 10731
|
|
thanx.. ^^ |
Topic: dynamic sig using jpeg ext? |
uod
Replies: 3
Views: 10731
|
|
why can't i make it to work using jpg/jpeg extension? like this http://sig.abyssunderground.co.uk/sig.jpeg |
|