">
<?phpecho ord ("Ajit");?>
The ord() function returns the ASCII value of the first character of a string. The ASCII value of A is 65, thus 65 was displayed.
Previous Question Next Question
Your comments will be displayed only after manual approval.