Categories
Tags → Php Class

Breadcrumbs navigation with PHP 5, SimpleXML, XPath and class

Navigate through a website can be most irritating if the user is not well informed where he is and where he comes from. To prevent users from being lost the breadcrumbs method is one of the most suitable. SimpleXML, XPath and PHP 5 are perfect tools ...
DETAILS

PHP Current Weather Script

PHP Current Weather Script is a simple php class that grabs the current weather conditions based on the zip code you pass it. It uses the regex engine in php and grabs it from Weather.com. You can write output to a file for uses such as a cron jo...
DETAILS

URL Fetch - Extract Title, Description, and Keywords from URL

This PHP script extracts Title, Description, and Keywords from specified URL. It is using Client URL (curl) library to retrieve the web page and DOMDocument class to traverse HTML.
DETAILS

Page:
©2019 A--9.com