grazzman Posted July 26, 2006 Share Posted July 26, 2006 Hey guys,I'm using parse_str on some text. My only problem is their is a few something= that are the same...Account=testAccount=test2The line in the php is parse_str($test, $output);So, will it make $output['Account'] and then just add a number or something to it for each? I have tried a few different things, and nothing. I'm not sure if that will even do it. If anyone knows please let me know. I have to use the parse_str function cause their is only about 4 that repeat and about 150 that dont.... Thanks Quote Link to comment https://forums.phpfreaks.com/topic/15725-problems-with-parse_str/ Share on other sites More sharing options...
ryanlwh Posted July 26, 2006 Share Posted July 26, 2006 i don't think it will make arrays, unless you have Account[]=test and Account[]=test2 something like that.. is it possible for you to add the brackets after Account? Quote Link to comment https://forums.phpfreaks.com/topic/15725-problems-with-parse_str/#findComment-64253 Share on other sites More sharing options...
grazzman Posted July 26, 2006 Author Share Posted July 26, 2006 Yea, just need to do some fun replace arrays... :) Quote Link to comment https://forums.phpfreaks.com/topic/15725-problems-with-parse_str/#findComment-64255 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.