RE: [PHP] PHP Post & forms

2006-04-14 Thread Gary E. Terry
ary E. Terry Subject: Re: [PHP] PHP Post & forms On Thursday 13 April 2006 8:44 pm, Stephen Johnson wrote: > On 4/13/06 7:40 PM, "Gary E. Terry" <[EMAIL PROTECTED]> wrote: > > Quite possibly a stupid question, but here goes. > > > > I have a form that is a list

Re: [PHP] PHP Post & forms

2006-04-14 Thread Joe Henry
On Thursday 13 April 2006 8:44 pm, Stephen Johnson wrote: > On 4/13/06 7:40 PM, "Gary E. Terry" <[EMAIL PROTECTED]> wrote: > > Quite possibly a stupid question, but here goes. > > > > I have a form that is a list of jobs. On that list is a > > checkbox. The form field is named 'changedate'. > > > >

Re: [PHP] PHP Post & forms

2006-04-13 Thread Stephen Johnson
On 4/13/06 7:40 PM, "Gary E. Terry" <[EMAIL PROTECTED]> wrote: > Quite possibly a stupid question, but here goes. > > I have a form that is a list of jobs. On that list is a > checkbox. The form field is named 'changedate'. > > I also have a hidden field called 'JobID'. > > What I am trying

Re: [PHP] PHP post data

2006-04-11 Thread Richard Lynch
On Wed, April 5, 2006 10:33 pm, John Taylor-Johnston wrote: > Scrolling back and forward through my PHP generated search engine, > my browser (FF) alerts to remind me that I have post data. > What kind of header can I add to avoid it doing that? > Else what is the problem? Use GET? The basic para

Re: [PHP] PHP post data

2006-04-06 Thread Chris Shiflett
John Taylor-Johnston wrote: Scrolling back and forward through my PHP generated search engine, my browser (FF) alerts to remind me that I have post data. What kind of header can I add to avoid it doing that? I have a pretty detailed article about this on my web site: http://shiflett.org/articl

Re: [PHP] PHP post data

2006-04-05 Thread Chris
John Taylor-Johnston wrote: Scrolling back and forward through my PHP generated search engine, my browser (FF) alerts to remind me that I have post data. What kind of header can I add to avoid it doing that? This has been discussed a few times in the past. Here's a couple of threads which migh

RE: [PHP] PHP Post to other Servers

2006-03-06 Thread Robert Sandie
> For what purpose are you sending the uploads to a different box? There will also be Video uploads as well so I had to nix the database idea. Am running a media server as well of this box so there is considerable processing already going on. Now I may be looking at this from the wrong perspective

Re: [PHP] PHP Post to other Servers

2006-03-06 Thread Chris
Robert Sandie wrote: Want to load balance a server and send image uploads to a different box with PHP installed. What would the correct method to authenticate on the second machine and send without ruining user experience by sending them to a second page? For what purpose are you sending the u

Re: [PHP] PHP Post method HTTP 404

2005-02-16 Thread Marek Kilimajer
Stefan wrote: Hi I've a strange problem When I try to send a form with method="POST" to a php-file I always get an HTTP 404 error. I really don't know why, because the file exists on the server. What are the logs saying? I remember some problems with IIS + php and post method, it was due to some s

Re: [PHP] PHP Post method HTTP 404

2005-02-16 Thread Richard Lynch
Stefan wrote: > I've a strange problem > When I try to send a form with method="POST" to a php-file I always get an > HTTP 404 error. > I really don't know why, because the file exists on the server. > > I use IIS 5.1 If IIS is mis-configured, we can't help you here... If it's in the PHP code, yo

Re: [PHP] PHP Post method HTTP 404

2005-02-16 Thread Chris Shiflett
--- Stefan <[EMAIL PROTECTED]> wrote: > When I try to send a form with method="POST" to a php-file I always > get an HTTP 404 error. The action attribute of the form tag is what determines the URL that the browser requests. When no resource exists at this URL, you get a 404 response after submitti

Re: [PHP] PHP Post method HTTP 404

2005-02-16 Thread Leif Gregory
Hello Stefan, Wednesday, February 16, 2005, 12:32:55 AM, you wrote: S> I've a strange problem When I try to send a form with method="POST" S> to a php-file I always get an HTTP 404 error. I really don't know S> why, because the file exists on the server. Can you show us the code for the form? -

Re: [PHP] PHP post size question

2003-01-03 Thread Jason Wong
On Saturday 04 January 2003 06:15, David Jeffress wrote: > Hi, > > I'm using PHP to implement a contract database for a midrange hospital. > I'm having trouble configuring (I assume) the post_max_size and > upload_max_filesize to allow for pdf's to be uploaded. > > Presently, these are set to 1008

Re: [PHP] PHP post size question

2003-01-03 Thread Michael J. Pawlowsky
Did you also set the file size in the HTML input tag? Also take a look at http://www.phpbuilder.com/columns/florian19991014.php3?page=4 Mike *** REPLY SEPARATOR *** On 03/01/2003 at 4:15 PM David Jeffress wrote: >Hi, > >I'm using PHP to implement a contract database for a

Re: [PHP] PHP POST arrar is dropping 4 characters - Bug Info

2002-09-26 Thread David Busby
List, Here's the bugs: http://bugs.php.net/bug.php?id=19460 http://bugs.php.net/bug.php?id=19554 It's related to mbstring, Apache 2.0.40 and PHP 4.2.3 you can get the latest snapshot or you can follow instructions below The issue was with the --enable-mbstr-enc-trans configure opt

RE: [PHP] PHP POST arrar is dropping 4 characters

2002-09-25 Thread John Holmes
This was just talked about last week, search the archives. IIRC, it was a bug, so maybe search the buglist, too. ---John Holmes... > -Original Message- > From: David Busby [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 25, 2002 7:29 PM > To: [EMAIL PROTECTED] > Subject: [PHP] PH

Re: [PHP] PHP post

2001-03-21 Thread Tobias Talltorp
No can do... You can send a post to another page, but not go to that page. In order to go to the page the form was was posted, the information must come from the client. You can use javascript for this, but it is not a very stable solution. // Tobias ""Paul Juliano"" <[EMAIL PROTECTED]> wrote

Re: [PHP] PHP post

2001-03-21 Thread Dezider Góra
You could use curl functions to do this. Search the manual for curl functions, and enable curl extension in php. hth Dezider David Robley wrote: > On Wed, 21 Mar 2001 17:45, Paul Juliano wrote: > > Hello, > > > > How would I simulate an http post in PHP. Something like the > > equivalent of

Re: [PHP] PHP post

2001-03-20 Thread David Robley
On Wed, 21 Mar 2001 17:45, Paul Juliano wrote: > Hello, > > How would I simulate an http post in PHP. Something like the > equivalent of this: > > > > > > > > > And how would I be able to read the resulting page. You might find more info here: http://marc.theaimsgroup.com/?l=php-general&