Thank for timely response, but I have tried cUrl and it looks like it has limited options.
I dont know how to implement the following with cURL :
$header = HTTP::Headers->new('username'=>'fusername','password'=>'fpwd','smstime'=>'0');
This cURL code that I currently have.
$xml = "<?xml...
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 tsuji,
I have done exactly as you advised from the above post.
The alert comes up blank. So how can i solve this problem.
One other thing is that i can view the xml source if type the path to the xml file.
Any other suggesstion.
Here is my xml :
=======
<?xml version="1.0" ?>
- <data>...
Thanx tsuji for help, but i havent got it working yet.
Now I am getting the following error on this line:
var cnode=xmlDoc.documentElement.childNodes;
Here is the error :
xmlDoc.documentElement has no properties:
Any other idea as to why am i getting this error:
Thanks in advance.
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.