Re: email attachment not found



<?php
if(isset($_GET["id"])) $id = $_GET["id"];
if(isset($_GET["id"])) $pid = $_GET["pid"];

perhaps you need not look any further than the last line above. i suspect
this:

if(isset($_GET["pid"])) $pid = $_GET["pid"];

will make a wold of difference...but then again, changing
"header("Content-lenght: $size");" to "header("Content-length: $size");"
could too. if not, let me know and i'll look through the rest.

hth,

me


.



Relevant Pages