Re: [PHP] php://input

2012-01-15 Thread Frank Arensmeier
15 jan 2012 kl. 06.18 skrev Adam Tong: > Hi, > > I am trying to read variables from input method. > I am using this tuorial: > http://www.lornajane.net/posts/2008/Accessing-Incoming-PUT-Data-from-PHP. > Here is my code: > if($_SERVER['REQUEST_METHOD'] == 'GET') { >echo "this is a get request

[PHP] php://input

2012-01-14 Thread Adam Tong
Hi, I am trying to read variables from input method. I am using this tuorial: http://www.lornajane.net/posts/2008/Accessing-Incoming-PUT-Data-from-PHP. Here is my code: I am using the firefox extension "poster" to run this example. GET works fine but when using PUT, file_get_contents("php://inp

[PHP] php://input

2008-03-12 Thread sinseven
http://us2.php.net/manual/en/features.file-upload.put-method.php Hello All, ?I'm trying to use a PUT request to send files to a server. I'm wondering if there's a way to return something like a pass/fail code to the stream to catch on the other side. ?PHP side I'm using the code in the Example

Re: [PHP] php://input (multipart support)

2005-07-28 Thread Tom Cruickshank
What are you trying to accomplish? Tom On 7/28/05, Sonia <[EMAIL PROTECTED]> wrote: > > Hi > > Will HTTP_RAW_POST_DATA (php://input) multipart ever be supported? > > I have asked this question a few times and was told it would not happen > until around php 4.3 release. Although I do appreciat

[PHP] php://input (multipart support)

2005-07-28 Thread Sonia
Hi Will HTTP_RAW_POST_DATA (php://input) multipart ever be supported? I have asked this question a few times and was told it would not happen until around php 4.3 release. Although I do appreciate the PHP teams added support for all the other (PUT/POST) methods when dealing with the input stream,

[PHP] php://input

2003-10-27 Thread Dodi
Can anyone share about how to use php://input instead of $HTTP_RAW_POST_DATA ? __ Mau ringtones yang gaya ? --> http://www.ponselgaya.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsu

[PHP] PHP input and variables dynamic :)

2002-07-23 Thread Andy Whittlestone
I'm trying to create input boxes on the fly by using php variables:PHP:so that will create:then i'm trying to set the value to something else using:document.all['tree'].status[1].value='expand';but i'm getting a an error on page dialog saying:'document.all.tree.status.0 is null or not an obj