On Wednesday 15 October 2008 20:09:31 [EMAIL PROTECTED] wrote:
> Hello,
>
> I am having a problem with my PHP script. This is surely a simple syntax
> error and I have gone almost crossed eyed trying several things to get it
> to work. The problem is with the following line of PHP:
>
> ----------------------------------------------------------
>
> echo '<a
> href="http://www.joshuaneil.com/hir/scripts/results/'.$fdf_file,'>click
> here to download Non_Disclosure Agreement</a>';
>
>


Hi

The first thing that comes to my mind is you forgot to close the href 
attribute with " .

echo '<a href="http://www.joshuaneil.com/hir/scripts/results/'.
$fdf_file,'">click here to download Non_Disclosure Agreement</a>';

Don't have ie to try it out.

regards
mmlado

Reply via email to