1. Error
  2. Username must be all lowercase!
  3. Username is all lowercase!
  4. No Output is returned

Share with your friends
AhmedNazir

Call

Answer: Option 2

Because the provided username is not all lowercase, ereg() will not return FALSE (instead returning the length of the matched string, which PHP will treat as TRUE), causing the message to output.

Talk Doctor Online in Bissoy App