-
PHP
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
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
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
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
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
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 » -
PHP
PHP Base64 Encode/Decode Example
Encoding in base64 simply involves converting binary data to ASCII text. Encoding in base64 is done so as to easily…
Read More » -
PHP
PHP Beautifier Tools Example
In this example we are going to examine some tools that will beautify or properly format PHP source code. It can…
Read More » -
PHP
PHP Array to String Conversion
Arrays are very popular in programming languages, as they are widely used by programmers to perform different tasks. Arrays are…
Read More »