Posts from PHP

Getting weather data from OpenWeatherMap API using PHP

By Faruque Ahamed Mollick

OpenWeatherMap is a weather data provider which provide the weather stats data for a particular place that may be a city or town. You need to get OpenWeatherMap API from their sit.... Read More

The simple way to Detect Mobile Device in PHP

By Faruque Ahamed Mollick

You may need to detect a mobile device on a PHP based website in the project. You may see many websites having a desktop version and also a simplified mobile version of the same w.... Read More

Get visitors country and city in PHP using freegeoip API

By Faruque Ahamed Mollick

———————————-   The freegeoip API has been depreciated and no more working. Visit this tutorial to get visito.... Read More

Get This URL Shortener With Analytics PHP Script With MySQL

By Faruque Ahamed Mollick

You will see some popular URL shortener website like Bitly which let you short any types of long URL and you will also be able to see the statistics. On analytics page, you will a.... Read More

How To Read A Text File Line By Line In PHP?

By Faruque Ahamed Mollick

Hello, guys! I am here again with another simple and easy PHP tutorial. In this tutorial, I will show you how to read a text file line by line. Like any other tutorial, I will also.... Read More

How to parse JSON file in PHP?

By Faruque Ahamed Mollick

JSON or JavaScript Object Notation is a lightweight data-interchange format. Developers often need to work with JSON to load and manipulate JSON feeds from other sites. Lots of s.... Read More

How To Take JavaScript Code Inside PHP Variable?

By Faruque Ahamed Mollick

Hello, guys! I am here with a PHP code snippets which may be so amazing for you. In this tutorial, I will show you how to take complete JavaScript code inside PHP variable. The bel.... Read More

How to make URL inside text clickable link using PHP?

By Faruque Ahamed Mollick

Several times we may need to check for URL and need them to make clickable. We all see that thing on many websites that the URL inside a text block become clickable. For example, w.... Read More

Related Posts