A
Anonymous
Guest
Hi,
I need to pass an array to another php page.
Please help me on how to implement the call.
Many thanks in advance.
I think the following call should be corrected somehow:
"pagetocall.php?pass=$apass"
------------- My program looks like this -----------------------------------
<?php
$apass = Array();
$apass[0]="1";
$apass[1]="2";
$apass[2]="3";
?>
<a href="pagetocall.php?pass=$apass"><img src="/images/MyImage.jpg" width="103" height="100" border="0"></a>
---------------------------------------------------------------------------------
I need to pass an array to another php page.
Please help me on how to implement the call.
Many thanks in advance.
I think the following call should be corrected somehow:
"pagetocall.php?pass=$apass"
------------- My program looks like this -----------------------------------
<?php
$apass = Array();
$apass[0]="1";
$apass[1]="2";
$apass[2]="3";
?>
<a href="pagetocall.php?pass=$apass"><img src="/images/MyImage.jpg" width="103" height="100" border="0"></a>
---------------------------------------------------------------------------------