Today we are going to talk about splat passing arguments by reference in PHP. By default when we pass argument to a function we pass it by value. ...
6 min read Read MoreToday we are going to talk about different ways we can add PHP conditionals and loops within HTML . ...
9 min read Read MoreToday we are going to build a simple web crawler in PHP and parse the box office movies from IMDB. We can do it with PHP easily. We don’t even need any extra package. ...
14 min read Read MoreToday we are going to send emails with the help of PHPMailer package. Sending emails is a very useful feature and in PHP it is very easy and powerful. ...
11 min read Read MoreToday we are going to talk about calculating the distance between two place in PHP in a few easy steps. ...
7 min read Read MoreToday we are going to talk about chaining methods in PHP. It’s cleaner and more readable and I don’t have to refer to my object every time I want to run one of the methods. ...
7 min read Read MoreToday we are going to talk about deploying your PHP on heroku. Having your code on your local machine is one thing and deploying it on a server and sharing it with the world is another thing. ...
7 min read Read MoreToday we are going to talk about interacting with a python file in PHP. Both PHP and Python are very powerful languages. you can run a python program from your PHP code. ...
6 min read Read MoreToday we are going to talk about calculating execution time in PHP. Sometimes it’s a good idea to calculate the execution time of your functions and script as a whole. ...
3 min read Read MoreI’m sure you’ve heard all those “fast” programmers keep talking about keyboard being faster and “more professional”, so let's give it a shot. ...
16 min read Read More