rockinaway Posted March 11, 2007 Share Posted March 11, 2007 What would I put so that everything in a POST array is used. Would I use $_POST? Link to comment https://forums.phpfreaks.com/topic/42246-use-all-from-an-array/ Share on other sites More sharing options...
papa_face Posted March 11, 2007 Share Posted March 11, 2007 I think you could use: foreach ($_POST as $key => $value) { echo $value; } and obvious manipulate it however you like. Link to comment https://forums.phpfreaks.com/topic/42246-use-all-from-an-array/#findComment-204919 Share on other sites More sharing options...
rockinaway Posted March 11, 2007 Author Share Posted March 11, 2007 Ok sorted that bit, but the DB won't update for radio buttons, using values 1 and 0... EDIT - I think it is because I haven't checked which one is selected.. how do I? EDIT - Figured how to check but it is just the radio buttons won't updat at all :S Link to comment https://forums.phpfreaks.com/topic/42246-use-all-from-an-array/#findComment-204920 Share on other sites More sharing options...
Barand Posted March 11, 2007 Share Posted March 11, 2007 See http://www.phpfreaks.com/forums/index.php/topic,130722.msg548607.html#msg548607 Link to comment https://forums.phpfreaks.com/topic/42246-use-all-from-an-array/#findComment-204997 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.