DEV Community

Cover image for Another Blog Drop: Let's Dive Deep into PHP Code Review challenge Replace by TryCrack.me ...... ⚡️📷
Hitesh Sharma
Hitesh Sharma

Posted on

Another Blog Drop: Let's Dive Deep into PHP Code Review challenge Replace by TryCrack.me ...... ⚡️📷

Can you Solve it .....



$your_input = "";

$txt = str_replace("op","",$your_input);

if($txt === "reprop")
  echo ("Good job!");
else
  echo ("Wrong Answer!");  


Enter fullscreen mode Exit fullscreen mode

If you find out you stuck a little bit , go through my walkthrough blog .

This post will be a comprehensive walkthrough, guiding you through the challenge and helping you hone your PHP review skills, made by
@xtajr 📷 on twitter .

Blog Link :- https://archtrmntorr.github.io/posts/Replace-A-PHP-Code-Review_challenge-Walkthrough/

Top comments (0)