PHP
-
PHP Number Format Example
Sometimes it can be neccessary to display a nicely formatted number on a webpage, instead of an ugly and hard…
Read More » -
Setting Up and Deploying a Modern PHP Application
Despite widespread adoption, PHP has long received criticism for being inconsistent and encouraging questionable development practices. That said, millions of…
Read More » -
PHP Json Encode And Decode Example
Json is an abbreviation for JavaScript Object Notation. It is a lightweight format that is used for data interchanging. It…
Read More » -
PHP Google Geocode Example
In this example we will explain Google Map Geocoding, what it means and how we can manipulate the Google Map…
Read More » -
PHP Google Maps Example
According to wikipedia Google Maps is a web based mapping service developed by Google. It offers satellite imagery, street maps,…
Read More » -
PHP Export to Excel Example
It can become neccessary to export data to a browser in excel format or just create an excel document from…
Read More » -
PHP, Ajax and Mysql Example
Ajax is a powerful web technology, it allows a web app’s communication with a server, without having to refresh the…
Read More » -
PHP File Upload Example
[ads1]File uploads has now become an integral part of many, if not all social apps (both web apps and mobile…
Read More » -
PHP Connect To Mysql Tutorial
In this example we will learn about database systems, mysql and how PHP scripts can talk to a Mysql database.…
Read More »