PHP : Web Designing Questions & Answers
Question : When you need to obtain the ASCII value of a character which of the following function you apply in PHP?
A.
chr( );
B.
asc( );
C.
ord( );
D.
val( );
Correct Answer is : Option C.
- Which of the following method sends input to a script via a URL?
- Which of the following function returns a text in title case from a variable?
- Which of the following function returns the number of characters in a string variable?
- PHP Stands for?
- PHP is an example of ___________ scripting language.