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=deletereco rd.php?id=$row[0]&tablename=$tab lename>$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
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=deletereco rd.php?id=$row[0]&tablename=$tab lename>$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
Comment