rabikhadka Posted March 21, 2007 Share Posted March 21, 2007 somebody please help me passing an array through ajax. i have a no of text boxes in array, ie <input type="text" name="test_text[]"> which is in for loop. I have to extract this array in ajax. Quote Link to comment Share on other sites More sharing options...
tomfmason Posted March 21, 2007 Share Posted March 21, 2007 Your question is not really clear at all. Are you wanting to pass an array from js to php or the other way? If you are using php5 use the json functions. That will make passing arrays and large amount of data between php and js much easier.. Tom Quote Link to comment 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.