Results for: "function"

Contents (430)

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
A list of Great PHP libraries and classes you should know
A list of Great PHP libraries and classes you should know

It is an exciting time to be a PHP developer. There are lots of useful libraries released every day, and…

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
PHP get DNS Nameserver , Cname , MX , A records of a domain
PHP get DNS Nameserver , Cname , MX , A records of a domain

  PHP has a useful function called dns_get_record that can be used to get different types of records for a give…

read more