Php fun sites

Are there any sites where we need to solve puzzles using php scripts? Like a PythonChallenge ?

I know most programming sites, the idea is to find a site that can help you discover the power and specialty of PHP. A script how PythonChallenge does this using a wiki for each level.

+3
source share
3 answers

http://projecteuler.net/ has programming and math problems that can be undertaken in any language.

+2
source

http://projecteuler.net/

mostly mathematical problems, most of them can be done using php.

+1
+1

Source: https://habr.com/ru/post/1713178/


All Articles