K:
0
+0
R:
0
+0
O:
G
R
A
Y
C
O
L
O
R
title:
WhatPulse API
short-description:
PHP Api for WhatPulse.org Stats
downloads:
here
count:
2594
rating:
none (0 votes)
10
9
8
7
6
5
4
3
2
1
0
screenshot:
compatibility:
PHP 4 & 5
install instructoins:
1. Just extract the whatpulsexml.php file to a directory you can include from yoru php script
use instructions:
1. In your php sript include the script with command: require_once("whatpulsexml.php")
2. Create a new whatpulsexml object like $wp = new whatpulsexml("drdamour")
3. Check to make sure the connection worked with if($wp->status)
4. The public members on the class are the values, so to get mouse clicks: $wp->TotalMouseClicks
long description:
The WhatPulse PHP API is for use in your php scripts to display information about key & mouse clicks. There is other information available, but these are the main ones. This API is significantly faster than the API supplied on the whatpulse website. Visit
WhatPulse
for more info.
talk
show
host
Define It
WhatPulse API
generated in 0.6507 seconds