Hi,
I want to pass an unknow array cart[]: to "gallery" page through url link:
 
My url is:gallery.php?final=cart[]       
 
On gallery.php page
I want to output everything in this array
 
My code is:
$finalcart=array();
$finalcart=$_get['final']
for(var i=0;i<sizeof($finalcart);i++)
   print finalcart[i];
 
 
Maybe my code is wrong.I only want to show my need.Can anyone help me to 
correct my code?
 
Thanks!
 
chad
 
_________________________________________________________________
The other season of giving begins 6/24/08. Check out the i’m Talkathon.
http://www.imtalkathon.com?source=TXT_EML_WLH_SeasonOfGiving
_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to