Sail E0 Webinar
Question
What will be the output of the following PHP code?$username = "jasoN";if (ereg("([^a-z])",$username))echo "Username must be all lowercase!";elseecho "Username is all lowercase!";
Options:
A .  Error
B .  Username is all lowercase!
C .  No Output is returned
D .  Username must be all lowercase!
Answer: Option D

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers