Curl is the best way to get content of another website and traverse it according to your need. I already coverred PHP CURL tutorial with…
Category: PHP
If you are following my blog you notice that in all my posts I use procedural mysqli instead of using PDO or mysqli object oriented…
If your php script has a query strings then you can get values by using $_GET variable. But unfortunately $_GET not works in command line.…
Curl is used to send and receive data using various protocols. PHP supports libcurl, a library created by Daniel Stenberg. Below is the curl official…
Pagination is one of the best way to split and present data into page by page order. Order of pages are either ascending or descending…
Faker is one of the most popular PHP library for generating fake data. I quite often use this library at the start of my project.…
Role based user access control is one of the most significant feature of modern systems. Because its restrict user to show unnecessary information. User access…
URL (Uniform Resource Locator) often termed as web address is a unique reference of web resource that is accessible on the internet.To visit any website…
I was working on an in house project in which I had to test different user agent via cURL request. If you are a PHP…
If you are a new in Web development then setting up Apache and MySQL is really difficult for you. Xampp is a fully flash software…