Uncategorized

Top 9 Blogs for PHP Developers

PHP, a server-side scripting programming language, has managed a glorious journey since its inception in 1994. Little did the programmers knew, when Rasmus Lerdorf developed PHP, his creation would one day find a place as…

Read more
Coding CommunityE-Learning

Livecoding.tv Quiz of the Day: 10/10/2016

Answer: The problem here is that strpos() returns the starting position index of $str1 in $str2 (if found), otherwise it returns false. So in this example, strpos() returns 0 (which is then coerced to false when referenced in the if statement). That’s why the code doesn’t work properly. The correct…

Read more
Coding Community

How to use the Livecoding.tv API using PHP

Livcecoding.tv API enables you to embed your stream on your site and use various resources. In this article, we will use the Laravel framework and LiveCoding auth library hosted at https://github.com/LiveCodingTVOfficial/livecoding-auth PREPARE To start using…

Read more
Uncategorized

O PHP está morto?

O PHP está morto? Esta é a pergunta do milhão de dólares. Vamos descobrir a situação do PHP em 2016 e tentar compreender o seu futuro. PHP é uma linguagem de programação desenvolvida por Rasmus…

Read more
Coding Community

Is PHP Dead?

Is PHP dead? That’s a million dollar question. Let’s find out the position of PHP in 2016 and try to understand its future. PHP, a popular programming language developed by Rasmus Lerdorf in the year…

Read more