Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
PHP to other languages
Old 04-13-2005, 01:03 PM PHP to other languages
fambi's Avatar
Ultra Talker

Posts: 339
Trades: 0
Hi everyone,

I know absolutely nothing about any language other than PHP (and English of course).

I would like to offer the following sample script in other languages, so if there are any multi-lingual programmers here who know other languages, i would appreciate some help with a translation of the following:

PHP Code:
    $host "www.tm4b.com";
    
$port    =     "80";
    
$request    =     "user=abcdef&pass=12345";
    
$request_length strlen($request);

    
$script "/client/api/send.php";
    
$method "POST"//Replace with "GET" if required.
    
if($method=="GET"$script .= "?$request";

    
$header =     "$method $script HTTP/1.1\r\n"
                             
"Host: $host\r\n"
                             
"User-Agent: HTTP/1.1\r\n"
                             
"Content-Type: application/x-www-form-urlencoded\r\n"
                             
"Content-Length: $request_length\r\n"
                             
"Connection: close\r\n\r\n"
                             
"$request\r\n"

    
$socket fsockopen($host$port$errno$errstr); 
    if (
$socket
    { 
        
fputs($socket$header); 
        while(!
feof($socket)) $output[] = fgets($socket); //place each element of the response into an array
        
fclose($socket); 
    }
    print 
"<pre>";print_r($output);print "</pre>";//view the response as a whole 
Thanks o ye multi-lingual ones, and please don't forget to let me know the language.
__________________

Please login or register to view this content. Registration is FREE
from a
Please login or register to view this content. Registration is FREE
is easy!
Read this
Please login or register to view this content. Registration is FREE
that uses our
Please login or register to view this content. Registration is FREE
.
fambi is offline
Reply With Quote
View Public Profile Visit fambi's homepage!
 
 
Register now for full access!
Old 04-13-2005, 01:29 PM
murme's Avatar
Skilled Talker

Posts: 56
Location: Turkey
Trades: 0
I know french english and turkish
__________________
Best articles inside
Please login or register to view this content. Registration is FREE
murme is offline
Reply With Quote
View Public Profile Visit murme's homepage!
 
Old 04-13-2005, 02:24 PM
fambi's Avatar
Ultra Talker

Posts: 339
Trades: 0
!lol
__________________

Please login or register to view this content. Registration is FREE
from a
Please login or register to view this content. Registration is FREE
is easy!
Read this
Please login or register to view this content. Registration is FREE
that uses our
Please login or register to view this content. Registration is FREE
.
fambi is offline
Reply With Quote
View Public Profile Visit fambi's homepage!
 
Reply     « Reply to PHP to other languages
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.11352 seconds with 12 queries