* Thus wrote Steve Edberg ([EMAIL PROTECTED]):
> At 2:01 AM -0300 5/28/04, [EMAIL PROTECTED] wrote:
>
> However, most of what you can do with them can be done more simply
> with arrays. In your example above, use
>
> myPage.php?dataPoint[]=10&dataPoint[]=20&dataPoint[]=30
>
I'd also suggest to add the index in the dataPoints, so you're not
relying on the browser or php to determain what order the array
will be built.
myPage.php?dataPoint[1]=10&dataPoint[3]=20&dataPoint[1]=30
Go Aggies!
Curt
--
"I used to think I was indecisive, but now I'm not so sure."
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php