Jump to content

$_POST $_SESSIONS


fantomel

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.