Hi,
I know it is simple, but it is drive me crazy.
I have this var:
$search="Gastineau Girls";
Now in my html I try to create a link:
<a href=update.php?id=1&search="<?=$search?>">
Update</a>
But I get this:
<a href=update.php?id=1&search="Gastineau>
How can I get the full string?
Thanks,
Assaf