English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

hi everyone i am a programer and now days devloping a program in which there is a requirment in coding which take data from other third party site using a post value and display it in member area without going to that site i mean this process should take place in background. i hope you all are geting me. please someone tell me how to do this? also if some one know anywebsite regarding this do let me know ... thanks

2006-10-06 19:29:48 · 3 answers · asked by itajooba 1 in Computers & Internet Programming & Design

3 answers

Here's an example:

http://groups.google.com/group/alt.php/msg/b461757c923ebf40

2006-10-08 13:34:28 · answer #1 · answered by NC 7 · 0 0

There are a couple of ways to do this with PHP. One is to use PHP code, like the HTTP_Client class provided by pear. There are any number of similar classes or libraries of routines floating around that might do what you need, especially if the remote server isn't doing anything complicated. However, probably one of the most tried and true, not to mention functional ways, is to use PHP's support for the CURL library. To use this, however, PHP needs to be compiled with Curl. Curl has a lot of sophisticated capabilities, and is fast compared to a library built purely on top of PHP code.

2006-10-06 22:14:15 · answer #2 · answered by Gizmo L 4 · 0 0

try some samples from this website its really helpufl and maybe you will find what you are lookin for

http://www.planetsourcecode.com

2006-10-06 20:55:12 · answer #3 · answered by aa_mohammad 4 · 0 0

fedest.com, questions and answers