This forum is now read-only. Please use our new forums! Go to forums

banner
Close banner
0 points
Submitted by Enrico A. Garcia
about 9 years

why is this showing up?

This show up when I click on save and submit button: Oops, try again. Did you remember to use strtolower() in your code?

Here is my code:

Answer 54f5a64bd3292faa3c00152d

1 vote

Permalink

I believe it’s because you call $uppercase in your strtolower section. It should work if you use $lowercase = strtolower($myname);

Ultimately it will give the same output, but when the page verifies your code, it might expect the $myname variable

points
Submitted by Lodal
about 9 years