Can I insert new record from $_POST
to MySQL database via PHP?
My PHP current code:
<?php
// if text data was posted
if($_POST){
print_r($_POST);
}
?>
Output:
(
[tokenID] => f0g6dSwx_R4:APA91bGic-JFlhehUz6pl2CUqw_8j1OATMXRmrnMjuBXJhzrnIU3pxDJGrpb7jCZpAR4yG8SJWPczxnY9AL1EC03FBnoH6Y6JYTO_Xge92QRXgbuW8u_EfbNAF077dFtlg2w_B__4dv2
[name] => SIT-Messanger
[token] => f0g6dSwx_R4:APA91bGic-JFlhehUz6pl2CUqw_8j1OATMXRmrnMjuBXJhzrnIU3pxDJGrpb7jCZpAR4yG8SJWPczxnY9AL1EC03FBnoH6Y6JYTO_Xge92QRXgbuW8u_EfbNAF077dFtlg2w_B__4dv2
[email] => miketestmailcom
)