Jump to content

Is there a limit to what a form can write to a database?


sperophp

Recommended Posts

Hello All,

 

i just finished creating my first form to database application.

this form has a 136 variables but each time i testrun the form  by filling some of the fields ramdomly it inserts into the database.

However filling the whole 136 inputs on submission writes nothing to the data base.

 

is there a limit of input a form can submit to a database? any idea of what i should do

 

 

thanks?

You probably have an error before the insert. Is your error reporting showing anything? You should debug right before the insert to see if all your vars are the way you want them to be. I don't believe MySQL has a limit, but if it did 136 isn't that many.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.