All Questions
5
questions
0
votes
0answers
32 views
points are replaced by a lower underline in P $ _POST [duplicate]
On the local server ubuntu apache, PHP7.0, mysql when I pass the $ _POST variable to the value wefwe.wf, then on the server I get wefwe_wf, how to do it normally, that is, if wefwe.wf betrayed that ...
1
vote
3answers
423 views
403 error after posting
I have a page that has over 100 inputs. When I post the page I'm getting error below. I did not find the source of the problem. Required phpinfo values are also below. Webserver is Apache/2.2.27 and ...
9
votes
4answers
4k views
PhpStorm $_POST always empty
$_POST seems that does not work. I've installed PhpStorm 10.0.3, and using the WAMP server default php interpreter.
in the index.php:
<form method='post' action='a.php'>
<input type='...
1
vote
1answer
127 views
PHP form submit ends after 271 submitted variables
I got a little problem regarding the submit of multiple forms:
I'm trying to submit a bigger number of $_POST-variables, however, my server-side script ends (or just breaks down) after, in total 271 ...
1
vote
3answers
2k views
problem with uploading the images with php file upload
hi guys i am uploading the images using the @PhP file upload Method @ If i upload 10 Images at a time (Each Images is 2000 /3000 dimension). then the on click save function is not working. if i ...