Answer the question
In order to leave comments, you need to log in
How to change encoding in php form?
Created a form using a generator . There are such variables in the php file:
$form->field_rules = array(
'name'=>'required',
'email'=>'email|required',
'tel'=>'required',
'model'=>'',
'tabletop'=>'',
'formkitchen'=>'',
'dimensions'=>'',
'equipment'=>'',
'otherequipment'=>'',
'comments'=>''
);
ааАаКаАаЗ баАббаЕбаА аКббаНаИ:
name : ааКбаИаИ
email : [email protected]
tel : 33333333333
model : ааАаЛаЕаНбаИаНаА
tabletop : абаКббббаВаЕаНаНбаЙ аКаАаМаЕаНб
formkitchen : аббаМаАб
dimensions : 324
equipment : аббаОаВаОаЙ баКаАб
otherequipment : ббаВаА
comments : баВбаАбб аА
Answer the question
In order to leave comments, you need to log in
You need to set the encoding of the letter, if the mbstring extension is enabled, then you can send using mb_send_mail , details at the link.
Create a .htaccess file and add the following line to it:AddDefaultCharset utf-8
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question