This is a discussion on How to Post and get the Multidimension Array? within the PHP Programming forums, part of the Web Development category; If it possible to post the Multidimension array in PHP example if have array like $aList = Array ([P_GIFTID] => Array( [...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| If it possible to post the Multidimension array in PHP example if have array like $aList = Array ([P_GIFTID] => Array( [0] => 7 [1] => 8) [P_GIFTCATID] => Array ( [0] => 0 [1] => 0 ) [P_GIFTNAME] => Array ( [0] => Posters [1] => Home Decor) [P_GIFTMAPID] => Array ( [0] => posters.jpg [1] => 94_color_pencil.jpg)) <input type = "hidden" name = "hidArray> after posting the form can i get $_REQUEST["hidArray"]? it is possible? |
| Sponsored Links |
| |||
| Hi Use the hidden variable array value assignment like <input type = "hidden" name="hidArray" value="<?= print_r($fruits)?>"> then you will get the multidimensional array value through the hiddden variable name. Thanks Senthil Kumar S |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Build GET/POST query based on associated array | Gopisoft | PHP Programming | 1 | 11-06-2007 07:29 AM |
| How to get the Post values without using Server Variables? | senraj | PHP Programming | 6 | 10-17-2007 11:31 PM |
| What’s the difference between the System.Array.CopyTo() and System.Array.Clone() ? | Archer | C# Programming | 2 | 08-25-2007 03:00 AM |
| Post subject: php_errormsg: How turned it on? | montyauto | PHP Programming | 2 | 07-13-2007 08:18 AM |
| how to post multiple select value through javascript | saravanan | HTML, CSS and Javascript Coding Techniques | 1 | 07-13-2007 04:53 AM |