HowTo: Find all links on a page with PHP
This code snippet list all links found on a page, this technique is used by most spiders.
Oops! Nothing found based on your query.
This code snippet list all links found on a page, this technique is used by most spiders.
Here's a code snippet to flattern or merge a multidimensional array. This is useful when we need to find if a value exisits in any of the nodes in a multidimensional array.
PHP function to get Current URL of a Page.
There are times when we need to check if a number is even, odd or multiple of another. Here are few methods to do the same.