php parse error, using echo and a linked url
Posted: Sat Aug 23, 2003 2:33 am
I am trying to get a link to print on a page. here is a snippet of what I have (some vars are not defined in the snippet)
What am I doing wrong?
Code: Select all
<?php
$url = "<a href=/"add_customer_taxproc.htm/">Click here to add another record for processors
and taxidermists</a>";
echo "Thanks $submitted_by, a record has been added for $company<BR>";
echo stripslashes($url);?>
?>