Please help
I am trying to send some variables from one page to another imbedded in a link.
it works in ie5 becasue it puts the %20 in the spaces for me...but netscape does not do that so i only get first bit.
I have tried urlencode() but it does not seem to work....it may be a syntax problem on myside...please look and let me know.
all the echo etc is in the code this is just a snippet
<a href=\"bookingform.php?urlencode(tourname=$myrow[TourName])&depdate=$myrow[dep_format]\">Book</a>
I have also tried tourname=urlencode($myrow[TourName])
and others with and without "
what is the right syntax please?