Hi,
point the link "save this..." to the same script with some trailling vars:
...
and then, in the beginning of this_script.php modify the mime type if
$HTTP_GET_VARS["save"] == 1
if ($HTTP_GET_VARS["save"] == 1) {
header("Content-type: application/octect-stream");
}
...thats it!
r
Hello Everyone!
We need something that is probably very simple.
Here is what we are doing.
We created a form that asks a series of questions about the product we
are looking at, such as : Name, Condition, Weight, etc. We then put all
of the information in a MySql database. Then sedn the varia
2 matches
Mail list logo