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

banner
Close banner
0 points
Submitted by Chris
about 9 years

Code works but won't let me pass

Hey Guys!

Did I made a mistake here?

Btw its in Functions, Part I String Functions I

Answer 54efaa84d3292faad7000735

1 vote

Permalink

Had the same problem. But found the way to pass. Try to replace print strtolower(“Chris”); and print strtoupper(“chris”);

Here is working example:

points
about 9 years

5 comments

Chris about 9 years

I used the same solution right after posting my question^^’ Just wanted to be sure if this is a validation process error and this code would work in another environment But thanks mate for your help!!! I really appreciate this community!!

Me too, great place to start coding.

gjeh about 9 years

Im having the same issues, but replacing ‘’Martin’’ with ‘’martin’’ didn’t work for me :/ it keeps giving an error on my uppercase, while it succesfully works in the top-right window.

Chris about 9 years

You should post your full code, so we may find the problem together (y)

gjeh about 9 years

thanks, but i tried using variables to set $name = etc. to fix the issue.

Answer 551558fe95e3781dc3002d19

0 votes

Permalink

i figured that PHP is very Buggy and about half the time i have been in here is if you literally go and copy your code and delete it and then paste your code back in it works i dont know why it does this but try that and see if it works hope this helps

points
Submitted by DarkSoulsLover54
about 9 years