How To Get Values From Array Using Post Method May 18, 2024 Post a Comment How to get value in another page using the POST method? 1 Solution 1: Without going into the question why you're naming them jsq[1] an not just jsq...you're almost there, but it should be $myarr[1] = $_POST['jsq'][1]; CopyIt's by the way always a good idea to check this king of things using print_r($_POST); or var_dump($_POST);Baca JugaDiv Scroll To In JavascriptCan't Change Html Attribute With External ScriptKeep Data In Html Form After Form Submitted Share You may like these postsHow To Comment Out Both Html And Php In Php Inside Html?Validating Input Types "checkbox" And "number" Php/htmlHow To Display A Web Page And Keep Its Location A Secret?Simple Bbparser In Php That Lets You Replace Content Outside Tags Post a Comment for "How To Get Values From Array Using Post Method"
Post a Comment for "How To Get Values From Array Using Post Method"