Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Lekoya
  • Content: Threads
  • Order by date
  1. Lekoya

    Perl to PHP -- Please Help

    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 =...
  2. Lekoya

    Receiving Array parameter from PHP to Javascript??

    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...
  3. Lekoya

    How to read xml data and Load to innerHTML

    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...

Part and Inventory Search

Back
Top