PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Programmation & Conception > alt.comp.lang.php > $_POST and input
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
$_POST and input

Réponse
 
LinkBack Outils de la discussion
Vieux 10/07/2007, 11h42   #1
sebek
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut $_POST and input

Hi,
I have problem with my form which have 240 <input type="text"...>
fields. The browser show the whole form but when I send my $_POST is
not complet. I have about 200 data. I send form by POST. My
post_max_size is 16MB.
Is it server problem or browser? I try in FireFox and IE but not work.

Thanx for !

  Réponse avec citation
Vieux 10/07/2007, 13h55   #2
ZeldorBlat
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: $_POST and input

On Jul 10, 6:42 am, sebek <sebekgr...@o2.pl> wrote:
> Hi,
> I have problem with my form which have 240 <input type="text"...>
> fields. The browser show the whole form but when I send my $_POST is
> not complet. I have about 200 data. I send form by POST. My
> post_max_size is 16MB.
> Is it server problem or browser? I try in FireFox and IE but not work.
>
> Thanx for !


My crystal ball is in for repairs today. Perhaps if you included your
code we could you.

  Réponse avec citation
Vieux 11/07/2007, 17h20   #3
DonO
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: $_POST and input

On Jul 10, 5:42 am, sebek <sebekgr...@o2.pl> wrote:
> Hi,
> I have problem with my form which have 240 <input type="text"...>
> fields. The browser show the whole form but when I send my $_POST is
> not complet. I have about 200 data. I send form by POST. My
> post_max_size is 16MB.
> Is it server problem or browser? I try in FireFox and IE but not work.
>
> Thanx for !


You could try putting the following on the page that is the "ACTION"
of your form...

<?php // show what's being sent in post
echo "<pre>"; // will with display
print_R($_POST); // show what's sent in POST scope
echo "</pre>"; // close preformatting
exit;


This should show you all that's being sent from the form. Enter in
dummy data for all the fields (sequential letters/numbers s track
down problems) and you'll have more feedback.

D.

  Réponse avec citation
Vieux 11/07/2007, 18h43   #4
Ondřej Flídr - Sniper's softworks
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: $_POST and input

DonO napsal(a):
> On Jul 10, 5:42 am, sebek <sebekgr...@o2.pl> wrote:
>
>>Hi,
>>I have problem with my form which have 240 <input type="text"...>
>>fields. The browser show the whole form but when I send my $_POST is
>>not complet. I have about 200 data. I send form by POST. My
>>post_max_size is 16MB.
>>Is it server problem or browser? I try in FireFox and IE but not work.
>>
>>Thanx for !

>
>
> You could try putting the following on the page that is the "ACTION"
> of your form...
>
> <?php // show what's being sent in post
> echo "<pre>"; // will with display
> print_R($_POST); // show what's sent in POST scope
> echo "</pre>"; // close preformatting
> exit;
>
>
> This should show you all that's being sent from the form. Enter in
> dummy data for all the fields (sequential letters/numbers s track
> down problems) and you'll have more feedback.
>
> D.
>


IMHO you should divide that form into more that one site, ie. 50 input boxes per site. 240 input
boxes on one site is something terrible.

Ondrej Flidr
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 22h14.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,08550 seconds with 12 queries