Get location using IP address in PHP

This tutorial specially for webmasters who want to trace ...Read More »

Get user real IP address in PHP

This article is about retrieved user real IP address ...Read More »

Easy Server File Transfer Using PHP

Sometimes we need to migrate our server. If we do it manually we need to download all files from the old server and upload to the new server. It's so painful ...Read More »

How To Generate The Same Sentence Unique Every Time Using PHP And Latin Character

Hello good peoples, today I am going to show you how to generate same sentence unique each time action using PHP. Maybe, you already understand by seeing How to generate the same sentence unique every ...Read More »

How to get current temperature using AccuWeather API

Weather is the most important for everyday life. Almost every day we have to check the weather report. We want to know the temperature report every day. If you need to ...Read More »

How to Get State and City from USA Phone Number

It's very important if you want to detect and if you want to get location from Phone Code. If you want to get users location like state and city from phone ...Read More »

How to Track visitor IP, visited page, visiting time using PHP

Hi, good peoples after a long time I am back with a new tutorial. This tutorial is basically created for those people who are not strong in PHP and maybe they ...Read More »

How To Create License Key in PHP

Hello, guys if you want to make licenses for your product then you must have to create license keys for users.  Today I am going to talk how you can create ...Read More »

How To Export Data From MySQL To Excel Using PHP

Sometimes we need export data from MySQL table. If you manage a corporate website then you need to export data. If you want to export data from MySQL table then you ...Read More »

PHP Secure Image Upload From URL

Hi geeks, In this tutorial, I am going to show you How to upload an image from URL using PHP with a secure way. We have already published an article about PHP ...Read More »

Create RSS Feed Using PHP and MySQL

This tutorial is about how to Create RSS Feed Using PHP and MySQL. RSS Feed is very significant for a website to deliver latest updates to users. User able to find ...Read More »

Create XML Sitemap Using PHP and MySQL

This tutorial is about Create XML Sitemap Using PHP and MySQL. A sitemap is important for a website to inform search engine to index web page. A sitemap helps search engines ...Read More »

PHP Secure Image Upload

Secure Image Upload is important for website security. If you have user based website then you should use image upload feature for users because of normally users upload their profile picture ...Read More »

Easy Way To Create ZIP File Using PHP

In this article I am going to discuss How To Create ZIP File Using PHP. You can create zip folder using PHP and zip file using PHP. You can create zip ...Read More »

Install WordPress Manually Using PHP

We know Wordpress is most popular CMS over the world. It's easy to use and for this reason, it's occupied edge. A person who don't know a single line of coding ...Read More »

Web Page To PDF Converter in PHP

Web Page To PDF is a simple feature, You can download any web page as PDF format and save to your local drive using Web Page To PDF Converter. This is ...Read More »

Detect Mobile Device In PHP

n this article, I am going to show how to Detect Mobile Device In PHP and redirect user to mobile site. Mobile devices are increasing day by day and it's pretty difficult ...Read More »

AJAX PHP Shopping Cart with jQuery

In this tutorial, we are going to create AJAX PHP Shopping Cart with jQuery and PHP Shopping Cart with jQuery AJAX is our todays project. Before, We have created Ajax Login Form and Ajax ...Read More »

Human Readable Image Captcha In PHP

In this article, I am going to present Human Readable Image Captcha In PHP. We already know that captcha is a computer program using on input for verification the input isn't ...Read More »

PHP SoundCloud mp3 Downloader

In this article, I am going to discuss SoundCloud Downloader. Are you searching for PHP SoundCloud mp3 downloader script? Yes this post for you, In this post, I am going to ...Read More »

15 useful htaccess tips and tricks

In this article, I am going to discuss htaccess tips and tricks. I am talking about URL rewriting tips, htaccess SEO optimization, .htaccess security tips, .htaccess deny access to directory, .htaccess ...Read More »

Multiple Twitter Accounts Post In PHP

Multiple Twitter Accounts Post: Today we are going to create a project so that we can post multiple twitter accounts in a single click. We know twitter is a microblogging site, it's ...Read More »

PHP Secure Input Data

In this article I am going to talk about PHP Secure Input Data and secure your website more. When a user input something via URL then this function clean this and make ...Read More »

Bad Browser Protection

Bad Browser Protection is a part of website security. A part of hackers are using browser injection method for break security of a website. So we need to ensure strong security against ...Read More »

Dynamic Multi-Color Menu

Nowadays Multi-Color Menu is most popular to web designer and developers. High profile website's and some top selling WordPress themes are using the Multi-Color menu. Today we are going to see about ...Read More »

Minify HTML in PHP

In this article, I am going to discuss Minify HTML in PHP. Why and how you need to Minify HTML in your web page. How it works and what is the facility ...Read More »

EVEN ODD Number In PHP

EVEN ODD Number is a formula of an integer value. Today I am going to discuss with you about how to use and create web application using EVEN ODD Number In PHPWhat ...Read More »

How To Get Alexa Site Rank History

Site rank help admins to get website's position, traffic & popularity over the world. If you monitor your rank history you can improve your site and you can know about your ...Read More »

Automatic Backup Website In PHP

website backup is most important for every single site. Every ideal website owner backup their website regularly. If you do not make your website backup regularly then you may fall in ...Read More »

Send mail in PHP

Today I am going to show you how to send email using PHP. You can send mail from your server using PHP mail()  function. Let's see how to work with this ...Read More »

Word Count In PHP

This tutorial is about word counter in PHP. Today I am going to discuss this. we can count words using PHP. for that we can use PHP built-in function str_word_count(). This ...Read More »

Online QR Code Generator In PHP

This tutorial is about how to create QR code using PHP and qrserver.com API. You generate QR code easily for that. Let's see how we do it. First create file name as ...Read More »

Age Calculator In PHP

In this tutorial, I am going to show you about Age calculator. You can create an age calculator in PHP. Let's see how we create that. At first, create a PHP ...Read More »

Image watermark in PHP

Watermark is the most using method to copyright images. You can protect your websites images using image watermark. PHP helps to create watermark automatically when you upload an image in your ...Read More »

Get country name from country code in PHP

In this tutorial I am going to show you how to get country name from two digit country code. For this we are going to create a PHP function and we ...Read More »

Bangla font number in PHP

Bangla font number is a method to convert English number 0,1,2,3,4,5,6,7,8,9 to Bangla font ?,?,?,?,?,?,?,?,?,?. This is very important for a Bangla website to show all content in Bangla like number ...Read More »

Bangla date and time in PHP

Some developer asked me about Bangla date and time. A brother asked me “Is it possible to create Bangla date and time?” I replied him “Sure why not?” php provides us ...Read More »

Random code generator in PHP

PHP always helps us to create something new always. Today we are going to create a new function name as Random code generator using php. The random code generator is mainly ...Read More »

Create spam filter in PHP

Spam is harmful to every website. Normally spam means link to share, slang, and other legal activities. Spam protector is very important for every website, we should check user comments. This ...Read More »

Create captcha in PHP

Captcha is very important thing for human verification. We can protect our website script from web robots and spiders using captcha. Robots and spiders are unable to detect image captcha. So ...Read More »

Create Ajax PHP Newsletter

A newsletter is very important for any website. You can increase your traffic, can sell more product and can follow up your website’s users using the newsletter. So, every ideal website ...Read More »

How to get OS in PHP

If you want to detect clients operating system using PHP then this is the perfect article for you. You can easily detect user browser, IP & operating system from a user when ...Read More »

Get random image from directory in PHP

This article about gets a random image from a directory. If you want to use a random image for a link or an article then you can do that easily using ...Read More »

Get user real IP address in PHP

This article is about retrieved user real IP address by using PHP script. It's very important for a website to track visitors IP address and location. You can monitor your website's ...Read More »

Get location using IP address in PHP

This tutorial specially for webmasters who want to trace visitor's location from IP address. we can create this easily using geoPlugin API. We can extract users location information like city, region, areaCode, ...Read More »

We use cookies on our website. To find out more about how and why they are used or opt-out, please read our Cookie Policy. By choosing "I Accept", you consent to our use of cookies. Cookie Policy
Top