Hi All,
I am busy re-developing an application in PHP the was previously written in Perl.
Can any body help me to have PHP script equivalent to the one below :
use LWP;
$addy = "http://192.168.0.2/sms/auto/sendsms.cgi";
$ua = new LWP::UserAgent;
$header =...
Hi All,
Is it possible to create an Array in PHP and pass it on to Javascript();
I have created an array in php and want to pass it as a parameter to a javascript function.
When i print the array inside PHP i get the following :
Array ( [0] => 38
[1] => 174
[2] => 172...
Hi There,
I have been trying to read xml data and loading inside a div tag depending on what the user clicks;
I have the following xml example :
-----
<rootnode>
<company ID="85" name="Cyber Makers">
Web Developers
</company>
<company ID="86" name="Lekoya Makers">
Dummy...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.