Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Thursday, February 21, 2013
google analytics api call using php
›
https://developers.google.com/analytics/devguides/reporting/ https://developers.google.com/analytics/solutions/articles/hello-analytics-ap...
Sunday, February 17, 2013
validate domain name using php regex
›
<?php function isValidDomainName ( $name = null ) { if (isValidString( $name )) { if ( preg_match ( "/^(?:[-A-Za-...
all country list sql query
›
-- -- Table structure for table `countries` -- CREATE TABLE `countries` ( `ccode` varchar(2) NOT NULL default '', `country` va...
Friday, February 15, 2013
cpanel class for access cpanel data using php
›
Access hash authentication You can write your script so that it includes an access hash, or "key," in the HTTP header that it ...
‹
›
Home
View web version