sending data
Moderator: General Moderators
sending data
hi
i send a lof of data with TEXTAREA about 20,000 character and after sending in new page show erro
INTERNAEL SERVER ERROR
i use this data for queries in my project
please help me
i send a lof of data with TEXTAREA about 20,000 character and after sending in new page show erro
INTERNAEL SERVER ERROR
i use this data for queries in my project
please help me
Re: sending data
Does it work when you post less characters?
Try changing the max post size in php.ini.
Try changing the max post size in php.ini.
Re: sending data
yes it work in less data
how can change max siza of post
tnx
how can change max siza of post
tnx
Re: sending data
Do you have access to php.ini?
Re: sending data
no i dont have access to php.ini
what am doing now?
tnx
what am doing now?
tnx
Re: sending data
Umm...you might have to ask your hosts to change it for your account then, if you're a virtual server.
Or you could try this:but I'd be surprised if that works tbh.
Or you could try this:
Code: Select all
ini_set('post_max_size', '8M');Re: sending data
i have to change my host
thanx my friend

thanx my friend
Re: sending data
Well...I think most hosts will probably have this setting on about 8m.
Will they not change it for you or something?
And no problem
Will they not change it for you or something?
And no problem
Re: sending data
are u know that 20,000 character is more than 8m or less!!!!??
tnx
tnx
Re: sending data
It's less.
But you may have a smaller max post size setting atm. Or I could just be completely wrong
I'm just guessing and giving suggestions here...I think the only way to find out is to ask your hosts.
You should test it out on your own machine and see if it is the max post size setting causing it.
But you may have a smaller max post size setting atm. Or I could just be completely wrong
I'm just guessing and giving suggestions here...I think the only way to find out is to ask your hosts.
You should test it out on your own machine and see if it is the max post size setting causing it.