Posted by no.mail.pls on 03/07/06 08:01
Hi,
I can't send data over to another page, if the data has spaces in-between,
eg.
$row[0] = "Garden Party by the Sea" and i use the following code:
<a href=deleterecord.php?id=$row[0]&tablename=$tablename>$row[0]</a>";
then what is sent over is
$row[0]="Garden
and $tablename is not sent over at all.
How can i send over the complete $row[0] plus another variable to the next
page?
TIA
[Back to original message]
|