aashcool198 Posted June 2, 2009 Share Posted June 2, 2009 hi.. I want to pass two arrays to the next page when next page is called. I don't think it can be done using sessions. please help. Quote Link to comment https://forums.phpfreaks.com/topic/160606-passing-two-different-arrays-to-another-page/ Share on other sites More sharing options...
cltn77 Posted June 2, 2009 Share Posted June 2, 2009 does first page trigger the submit button or just click the url link? Quote Link to comment https://forums.phpfreaks.com/topic/160606-passing-two-different-arrays-to-another-page/#findComment-847594 Share on other sites More sharing options...
trq Posted June 2, 2009 Share Posted June 2, 2009 I don't think it can be done using sessions. And what makes you think that? Sessions are indeed an option. Quote Link to comment https://forums.phpfreaks.com/topic/160606-passing-two-different-arrays-to-another-page/#findComment-847595 Share on other sites More sharing options...
Jibberish Posted June 2, 2009 Share Posted June 2, 2009 A quick google brings up this, take look as it might help you. http://www.phpriot.com/articles/intro-php-sessions/7 Listing 13s a tiny bit missleading though I think as it should say $_SESSION['animals'][0] is .. Quote Link to comment https://forums.phpfreaks.com/topic/160606-passing-two-different-arrays-to-another-page/#findComment-847596 Share on other sites More sharing options...
aashcool198 Posted June 2, 2009 Author Share Posted June 2, 2009 yes.. basically i want to submit a form. The thing is little complex. I am making a form which looks like this: Sub Skills Elementry Intermediate Expert None .Net 1.0 r r r r .Net 2.1 r r r r .Net 3.0 r r r r .Net 3.5 r r r r r stands for radio button. this form is result of a for loop retrieving data from database. that means .Net 1.0 .Net 2.1 all are stored in database.along with their levels (i.e. intermidate, expert etc.) Now when user clicks on submit i want to update that table i.e. the level corresponding to each skill will be updated. How can i do that. Quote Link to comment https://forums.phpfreaks.com/topic/160606-passing-two-different-arrays-to-another-page/#findComment-847615 Share on other sites More sharing options...
cltn77 Posted June 2, 2009 Share Posted June 2, 2009 Just use $_POST will do. [attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/160606-passing-two-different-arrays-to-another-page/#findComment-847625 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.