Re: [PHP] Re: http request problem

2007-01-03 Thread Kencana
Hi all, first of all, sorry for all the trouble i have caused. i didnt give a clear explanation and for your information that I am not the author of the requested jsp file. however i did try to access other jsp file from the same server, it didn't give me any error. so i guess i have to ask the a

Re: [PHP] Re: http request problem

2007-01-03 Thread Curt Zirzow
On 1/3/07, Roman Neuhauser <[EMAIL PROTECTED]> wrote: # [EMAIL PROTECTED] / 2007-01-03 11:19:21 +0500: > ===ORINGIAL=== [...] > ===END ORIGINAL=== Gah, early morning! Ok, I wasted my time thanks to your quoting style. Would you please use something more conventional, like prefixing each line of

Re: [PHP] Re: http request problem

2007-01-02 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2007-01-03 11:19:21 +0500: > ===ORINGIAL=== [...] > ===END ORIGINAL=== Gah, early morning! Ok, I wasted my time thanks to your quoting style. Would you please use something more conventional, like prefixing each line of the quoted material with "> "? Thank you! > I tried fo

Re: [PHP] Re: http request problem

2007-01-02 Thread Curt Zirzow
On 1/2/07, Fahad Pervaiz <[EMAIL PROTECTED]> wrote: this is the error message i get: PHP Warning: file_get_contents( http://123.123.1.2:8008/V3JRoute?slot=1&startX=103.880764&startY=1.335458&endX=103.886297&endY=1.334953&routeType=1&format=2 ) [function.file-get-contents]: failed to open stream:

Re: [PHP] Re: http request problem

2007-01-02 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2007-01-03 11:19:21 +0500: > ===ORINGIAL=== > hi all, > > I got problem in getting file content. the file is located at another server > (tomcat) and it is a jsp file. > i don't know why i keep getting the same error message file accessing that > file but > while i am trying

[PHP] Re: http request problem

2007-01-02 Thread Fahad Pervaiz
===ORINGIAL=== hi all, I got problem in getting file content. the file is located at another server (tomcat) and it is a jsp file. i don't know why i keep getting the same error message file accessing that file but while i am trying to access to another file, from another server it run perfect. t

[PHP] Re: http request using fsockopen

2004-10-25 Thread Manuel Lemos
Hello, On 10/25/2004 09:46 AM, Rob wrote: I have a form on page A which is submitted trough a POST method to page B. On the start of page B I check var $foo. If true I want to "forward" the request to page C. Sending the POST data also though the POST method. I manually create a HTTP request to p

[PHP] Re: HTTP request parameters do not populate variables

2004-02-01 Thread Slava Zinkovski
OK! Thanks! Dvdmandt wrote: Yes, I know what you mean.. :) If you use windows (or some other msn client), feel free to add me on MSN and I'll be glad to help you out if you get problems.. :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: HTTP request parameters do not populate variables

2004-02-01 Thread DvDmanDT
Yes, I know what you mean.. :) If you use windows (or some other msn client), feel free to add me on MSN and I'll be glad to help you out if you get problems.. :) -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt¤telia.com "Slava Zinkovski" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMA

[PHP] Re: HTTP request parameters do not populate variables

2004-02-01 Thread Slava Zinkovski
I will follow, sure. The problem is that until last week i knew nothing about PHP (I used to practice java). And in a few weeks i have to be ready with a PHP application and possibly it should utilize fusebox framework. There are so many stuff to get to know in short time that sometimes it is e

[PHP] Re: HTTP request parameters do not populate variables

2004-02-01 Thread DvDmanDT
lol, I'm not upset.. But follow this group a month and you'll understand.. I've been following 8 months or so... Just about everyone asks... Many ppl on php.windows as well.. Ppl in forums.. I'm thinking about suggesting the solution to this problem should be posted on the mailing-lists.php page..

[PHP] Re: HTTP request parameters do not populate variables

2004-02-01 Thread Slava Zinkovski
Many thanks, man. You are very helpful! I did try searching this news group. Nothing found. Will try to do my best next time to not upset you. Anyway, thanks for help. Dvdmandt wrote: And once again, someone didn't search the archives before posting like you are told to do on the mailing list page

[PHP] Re: HTTP request parameters do not populate variables

2004-02-01 Thread DvDmanDT
And once again, someone didn't search the archives before posting like you are told to do on the mailing list page (this question is answered several times daily).. The bug is called register_globals being on on you production server and off onn you development server.. Learn not to use register g

Re: [PHP] Re: Http request

2002-01-08 Thread Jon Farmer
> just use post to send your username/password to the servlet > > >Hi, > > > >Can anyone tellme how I can do a http request to a servlet >from a PHP?? > > > >I mean, I have a username and password which I want to >send in a string(variable) to a Servlet which authentifies >it and responses back in

[PHP] Re: Http request

2002-01-08 Thread David
just use post to send your username/password to the servlet >Hi, > >Can anyone tellme how I can do a http request to a servlet >from a PHP?? > >I mean, I have a username and password which I want to >send in a string(variable) to >a Servlet which authentifies >it and responses back in XML for