HOT CSS
Free Beautiful Css templates, Web designer tricks from expert
Pages
(Move to ...)
Home
Tutorial
Css
jQuery
SEO
Opencart Expert
Woocommerce Expert
Wordpress Expert
Joomla Expert
▼
Tuesday, March 4, 2014
Tutorial Get Users IP Address
›
Accounts for proxies: if (!empty($_SERVER['HTTP_CLIENT_IP'])) { $ip=$_SERVER['HTTP_CLIENT_IP']; } elseif (!empty($_S...
Tutorial Get Suffix of Given Number/Date
›
function get_suffix($number) { $last_number = substr($number,-1); //fetch the last number if($last_number == "0" || $l...
Regular expression field validation jQuery
›
In jQuery, is there a function/plugin which I can use to match a given regular expression in a string? Yes jQuery plugin: Validation ...
Function PHP Get Image Information
›
/* * @param string $file Filepath * @param string $query Needed information (0 = width, 1 = height, 2 = mime-type) * @return string Filei...
PHP Get Geo-IP Information
›
Requests a geo-IP-server to check, returns where an IP is located (host, state, country, town). <?php $ip='94.219.40.96';...
PHP function Get File Size
›
/* * @param string $file Filepath * @param int $digits Digits to display * @return string|bool Size (KB, MB, GB, TB) or boolean */ func...
Tutorial Get File Last Updated Date
›
/* * @param string $file Filepath * @param string $format dateformat * @link http://www.php.net/manual/de/function.date.php * @link ...
‹
›
Home
View web version