|
-
Feb 8th, 2006, 10:29 AM
#1
Re: Problem passing multiple arguments to php script
Unfortunatly you cannot do it any other waay (as far a I am aware in PHP). You could have a comma delimetered list and use explode to load it into an array when the script starts.
For now, try replacing the quare brackets with their url encoded equivilents: [ = %5B and ] = %5D
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|