<?php //string_Unicode_auto.php $str1 = "&#"; $str2 = "2453";//this k $str3 = ";"; $str4 ="2494";//this is akar ?> <html> <title> string_Unicode_auto.php</title> <body bgcolor="#E7F2F5" text="#000080"> Test Unicode number <form method="post" action="string_Unicode_auto.php"> <input type="text" name="T1" size="20"><input type="submit" value="Submit" name="B1"> </form> <?php $test=$_POST[T1]; echo "Spelling Bengali character:".'ক'; echo 'া'; echo"<br/>"; print("Spelling Bengali character:".$str1.$str2.$str3.$str1.$str4.$str3); echo"<br/>"; //print("tested number $test ".$str1.$test.$str3); $test_10 = $test + 74; $i= $test; if($i>0) { //echo "<br> $i $test_10 test"; for($i; $i<$test_10; $i++) { print("<table border='1' width='300'><tr><td width= '200'>tested number </td><td width='100'>$i ".$str1.$i.$str3); echo " </td></tr></table>"; } } ?> </body> </html>