Hy!

Can anybody help me with a plugin implementation?

Here is a PHP file:

<?php
ini_set("soap.wsdl_cache_enabled", 0);

$id = $_GET['id'];
$source = $_GET['source'];
$telepules = $_GET['telepules'];

$client = new SoapClient('http://193.x.x.x:xxxx/something?wsdl');
$resp = $client->__soapCall("name", array($id));

   echo "<font color=#ddd9d8>";

   echo round($resp);
   echo "</font>";

?>

How can i display this for example on the side toolbar like a button?

Please help me, i can figure it out:(

Thanks
Zsolt


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to