> Is it possible to send an array of numbers into a php file > through a url? > Like if I have a file that adds numbers together, could I send it > www.domain.com/add.php?num=2,3,4,5 > $num would be an array. Sent that last one out prematurely... sorry... Take a look at the serialize() and urlencode() functions. Chris
- [PHP] array through url? DrWebPat
- Re: [PHP] array through url? Mark Maggelet
- RE: [PHP] array through url? Johnny Nguyen
- Re: [PHP] array through url? mike cullerton
- RE: [PHP] array through url? Boget, Chris
- Boget, Chris