This is a discussion on Form-Data not send. within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi! I have the following Problem with the apache Webserver on my local machine: The form-data entered in forms ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi!
I have the following Problem with the apache Webserver on my local machine: The form-data entered in forms in html are not send to the php-script named in "action". It would be very cool if there were a fast way to fix this Problem. THX, Ulrich |
|
|||
|
On Sat, 19 Jul 2003 19:07:36 +0200, The Other Guy responded to a post
from Ulrich Geilmann <ulrich@geilmannonline.de> who wrote in alt.apache.configuration: >Hi! > >I have the following Problem with the apache Webserver on my local machine: >The form-data entered in forms in html are not send to the php-script named >in "action". >It would be very cool if there were a fast way to fix this Problem. > >THX, Ulrich What do your Apache error logs indicate? Do other php scripts work when you run them? Have you got error_reporting = E_ALL & ~E_NOTICE and display_errors = On enabled in your php.ini to help debug the problem? Have you got the right path to the script in the action attribute? Is this a problem with register_globals = Off and you are not accessing the php variables properly? Is this a script you wrote or download from some web site? Regards, TOG -- ../configure --prefix=~/zyterion Not this guy or that guy, The Other Guy. This spot may contain a satirical comment or comedic source, and is meant to be funny. If you are easily offended, gullible or don't have a sense of humour we suggest you read elsewhere. |
| Thread Tools | |
| Display Modes | |
|
|