Building your first web scraper with PHP
Web Scraping is the process of extracting information from websites or webpages. Web scraping can be compared to crawlers, bots or web indexing, however in web scraping the data is READ MORE
Searching and removing a value from a multidimensional array in php
Recently I found myself in a situation where I needed to search and remove a value from a dynamically generated multidimensional array with a different size and length. After many READ MORE