my code is below, it works almost. it pases the data to the next page, but it only pases the first word.
recipie is being pulled out of a data base, it is quit long, but this code only pases the firts word in the dataset.
I have some this this in the data base
spot ran fast
the only thing that gos to the next page is spot.
echo "<a href=\peaches/recipes/pdf.php?var={$row["Name"]}&var2={$row['recipie']}>".$row["Name"]."</a>";