Filed in: Smarty
Home » Posts tagged with "demo"
Hi friends ,
the following script will discuss for how to implement google map in smarty application.
1) Sign up for API key of googlemap
http://code.google.com/apis/maps/signup.html
2) Create a google map class.
Googlemap implementation in smarty - Anil Labs
3) Create a tpl file, and add below code :
1234567891011121314151617181920{php}
$key="Your...
Get the complete address using lat/long values
Demo @ http://labs.anil2u.info/latlong.php?latitude=16.9662011&longitude=82.2243712
Get the real IP
Demo@ http://labs.anil2u.info/realIP.php
Tooltip Demo
Demo@ http://labs.anil2u.info/tooltip.php
Search for existing domains using domainr API
Demo @http://labs.anil2u.info/domainchecking.php
To...
Filed in:
In this post i would like to explain about how to create php charts using the Google API key. It is very simple to implement with few files.I have explained with demo.
The chart like this one:
To set the chart :
12345678// Set graph data
$data = array(
'PHP' => 50,
'ROR' => 15,
'.NET' => 20,
'Designers' => 25
);
To...
Filed in: Graphs or Charts, PHP Code




