fantomel Posted March 28, 2009 Share Posted March 28, 2009 Hello does anyone has some little time to spare for an example of getting data from a form into an array and maybe check for different errors ? Link to comment https://forums.phpfreaks.com/topic/151555-_post-_sessions/ Share on other sites More sharing options...
revraz Posted March 28, 2009 Share Posted March 28, 2009 Your question doesn't really match your Subject. Can you be more specific? Link to comment https://forums.phpfreaks.com/topic/151555-_post-_sessions/#findComment-795987 Share on other sites More sharing options...
fantomel Posted March 28, 2009 Author Share Posted March 28, 2009 Your question doesn't really match your Subject. Can you be more specific? in normal way we do like this if(isset($_POST['submit'])) { //define our vars $field1 = $_POST['field1']; $field2 = $POST['field2']; } what i was asking for if can someone provide me with a nice and good written example for getting data as array after submit and from that array to check data if is empty or has forbidden characters. Link to comment https://forums.phpfreaks.com/topic/151555-_post-_sessions/#findComment-795989 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.