giving the total array to another page
Posted: Sun Oct 24, 2004 4:41 am
I've got a question;
I've declared an array in one page and want to give the total array to another page f.e.
$table=array()
<A target=\"popup\" href=\"popup.php?table=$table;
But when i check $table in the popup.php it's value is "array"
Can this be done?
I've declared an array in one page and want to give the total array to another page f.e.
$table=array()
<A target=\"popup\" href=\"popup.php?table=$table;
But when i check $table in the popup.php it's value is "array"
Can this be done?