Results for: "functions"

Contents (175)

PHP: Convert coordinates from degrees to decimal format
PHP: Convert coordinates from degrees to decimal format

  This code will convert longitude and latitude in D'M'S format into a decimal format. It also contains the function to…

read more
Learn PHP: Handy Functions for Beginners
Learn PHP: Handy Functions for Beginners

If you’re new to PHP language, we’ll introduce you to seven really handy PHP functions in this quick tip! Function 1 : isset Check…

read more
SEO from Php with PhpSEO class in PHP
SEO from Php with PhpSEO class in PHP

  Here we present a class to make better SEO in your PHP. I want to post about SEO functions and classes…

read more
Setup VNC server for remote desktop management in Ubuntu 12.04
Setup VNC server for remote desktop management in Ubuntu 12.04

   VNC is a protocol that is used to share the desktop with other users/computers over the network/Internet.In order to…

read more
Php: Introduction to Mysqli Extension
Php: Introduction to Mysqli Extension

  Experienced developers eschew the original MySQL extension because of its abandoned status in PHP. Nascent web developers, however, may be…

read more