Re: [PHP] Very Easy Help Needed Quick!

2001-03-24 Thread Nuno Silva
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

[PHP] Very Easy Help Needed Quick!

2001-03-24 Thread Tony Daniels
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