For the best lawn care in cedar park, please visit our sponsor at lawn service cedar park They are a local lawn care and landscaping company that provide services in such as lawn care, lawn mowing, weeding, and landscape maintenance in Cedar Park, Austin, Round Rock, and Leander area. They are located at:

Lawn Care Service of Cedar Park 100 E Whitestone Blvd Ste 148, #166 Cedar Park, TX 78613 (512) 595-0884

PES5 LAUNCHER on your site (more simply!!!)

albertaceo

Registered User
PES Launcher on www.pescup.com

1) Register on pescup forum
http://www.pescup.com/forum/profile.php?mode=register
In the "website" field type the name of your site.


2) On your site
Download this file
http://www.pescup.com/downloads/integration.zip
copy the service.php on your site
read the intergration_example.php...

CODE:
<?
//include
require("service.php");

//style definitions
$TABLECLASS="class1";
$THCLASS="class2";
$TDCLASS="class3";
//list of game played
echo callGames( "www.sitoesaurito.it", 1,1,2006,$TABLECLASS,$THCLASS,$TDCLASS );

//ranking
echo callRank( "www.sitoesaurito.it",$TABLECLASS,$THCLASS,$TDCLASS );
?>
DEMO:
http://www.pescup.com/service/intergration_example.php

Help:
callGames( site, day, month, year , class of table style, class of th style, class of td class );
callRank( site, class of table style, class of th style, class of td class );

bye!!
 
Top