admin

admin

How to generate random password using PHP and MySQL

This tutorial concerns how to generate online secure and strong random password via PHP and to mail it to anybody’s email ID when they forgot their password. Also, once the user log in to his/her account using auto-generated password. HTML…

How to Currency Converter using PHP and Google API

Google is provides free of cost Currency Converter API to convert one currency into another currency type.Google Currency Converter API can be implement any programming language. I am suing PHP to create currency converter application to convert real time currency…

How to Get Visitor Details Using PHP and MySQL

In this tutorial we will show you how to get and display visitor details using PHP and MYSQL. We get details like visitor ip address, current visiting page, webpage visitor come from, time and date and what platform and browser.…

How to Make Simple Web Crawler Using PHP And MySQL

There are many ways to do this, and many languages you can build your spider or crawler in. PHP is one of the most popular and widely supported programming language for website-related programming. There are numerous libraries and tools for…

How to Read HTML From Text File Using PHP

In this tutorial we will show you how to read HTML content from a text file using PHP. The fopen() function opens a file or URL and The fread() reads from an open file. You may also like How to…