Hi, I could not get actually what you want to ask.
What then, just research a little, put you problem with as much data as you
have that may lead us to exact solution/problem.
Explain them in detail and keep those things simple and understandable.
See here is the confusion I am getting,
You wrote:
"I am currently working with cURL and PhP on my pc.If i use these scripts on
my pc (localhost) these cURL fuctions require Internet Connection and for
this internet connection , browser require proxy (server for my network)."

its confusing me. Do you want
to say that your browser has proxy setup in the configuration to
access the Internet.
And maybe you want to ask how to do that for the your PHP scripts to fetch
the data from Internet using cURL modules.
Right?
If this is the problem, then just try these...

check your $http_proxy variable..
$ echo $http_proxy

and check what address your system has been assigned as proxy.
if there is no settings or wrong IP in http_proxy, then fix it.
$ export http_proxy=IPADDRESS:PORT
eg. http_proxy=10.2.10.114:8080
if you need to pass username and password for the authentication, then you
have to do :
$ export http_proxy=username:[EMAIL PROTECTED]:PORT

In case you are working in windows domain environment, you may have to
provide the DOMAIN name to fully qualify.
$ export http_proxy=DOMAIN\USERNAME:[EMAIL PROTECTED]:PORT

now, play with it.
Also, thry the GUI and easiest one in gnome menu
MainMenu->System->Preferences->Network Proxy
and set the IP, PORT and Username/Password (DETAILS) there.
THis interface sets your env-var http_proxy.

And if then again you fail, please do not just put another mail. Take some
time, understand your system and the things like Ntework type and Proxy
Server Type, then mail with all these information.

Good Luck


On 8/7/07, Raj Mathur <[EMAIL PROTECTED]> wrote:
>
> On Tuesday 07 August 2007 01:21, devesh wrote:
> > hi all,
> >
> > i think you ppl cudnt understand the matter properly or i didnt
> > [snip]
>
> Could the problem be because you wrote in Outer Mongolian instead of
> plain and simple English?
>
> -- Raju
> --
> Raj Mathur                [EMAIL PROTECTED]      http://kandalaya.org/
> Freedom in Technology & Software || September 2007 || http://freed.in/
>        GPG: 78D4 FC67 367F 40E2 0DD5  0FEF C968 D0EF CC68 D17F
>                       It is the mind that moves
>
> _______________________________________________
> ilugd mailinglist -- ilugd@lists.linux-delhi.org
> http://frodo.hserus.net/mailman/listinfo/ilugd
> Next Event: http://freed.in - September 28-29, 2007
> Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
> http://www.mail-archive.com/ilugd@lists.linux-delhi.org/
>



-- 
-=Ravi=-
_______________________________________________
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Next Event: http://freed.in - September 28-29, 2007
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/

Reply via email to