Archives August 15, 2022

How to Print Input Type In PHP

Use This Code To Type and Print or echo input value In PHP

<form action="" method="post">
<input type="text" name="nm">
<input type="submit" name="sub">
</form>
<?php
if (isset($_POST['sub']))
{
echo $_POST['nm'];
}
?>
What is Meta Charsets In Unicodes

Meta Charsets in Simple Languages

Charsets are converter for unicode to binary to read computer our languages

“ISO-8859-8”

This charset working only for 256 (HTML4) character conversation unicode to binary

“UTF-8”

This Charset Supported in HTML5 more Than 10000 character support in worldwide languages to to convert unicode to banry language