Re: [PHP] Empty $_POST after submit.

2013-04-04 Thread Ninad
yes I tried on Firefox 3.5 & firefox 19 & chrome. On 04/04/2013 04:49 PM, Ashley Sheridan wrote: On Thu, 2013-04-04 at 16:41 +0530, Ninad wrote: yes yes I tried that also... I have restarted apache as well as my entire system also... again I have cleared all the cache of my

Re: [PHP] Empty $_POST after submit.

2013-04-04 Thread Ninad
yes yes I tried that also... I have restarted apache as well as my entire system also... again I have cleared all the cache of my browser & restarted it also. but I am getting same result Regards, Ninad. On 04/04/2013 04:41 PM, Ashley Sheridan wrote: On Thu, 2013-04-04 at 16:33 +

Re: [PHP] Empty $_POST after submit.

2013-04-04 Thread Ninad
PM, Ninad mailto:ninadsh...@iitb.ac.in>> wrote: > Hi, > > I am using httpd as a web server with default configuration. > > Regards, > Ninad. > > > On 04/04/2013 04:11 PM, Sorin Badea wrote: > > What are you using on the server for http ? nginx or apache ? ca

Re: [PHP] Empty $_POST after submit.

2013-04-04 Thread Ninad
yes you are right On 04/04/2013 04:23 PM, Sorin Badea wrote: So you have a single php file with the code from the first email and the $_POST var is empty. Am I right ? On Thu, Apr 4, 2013 at 1:49 PM, Ninad <mailto:ninadsh...@iitb.ac.in>> wrote: Hi, I am using httpd

Re: [PHP] Empty $_POST after submit.

2013-04-04 Thread Ninad
Hi, I tried using Firebug & got below response. Parametersapplication/x-www-form-urlencoded firstname |test| lastname|111| submit |Submit| Source |firstname=test&lastname=111&submit=Submit| Regards, Ninad On 04/04/2013 04:14 PM, Ashley Sh

Re: [PHP] Empty $_POST after submit.

2013-04-04 Thread Ninad
Hi, I am using httpd as a web server with default configuration. Regards, Ninad. On 04/04/2013 04:11 PM, Sorin Badea wrote: What are you using on the server for http ? nginx or apache ? can you give us more details about your configuration (mods, configuration, htaccess ) ? On Thu, Apr 4

Re: [PHP] Empty $_POST after submit.

2013-04-04 Thread Ninad
Hello, Thanks for such a fast response. Yes I tried bellow things but result is same --- no output.. $postdata = file_get_contents('php://input'); var_dump($postdata); var_dump($_POST); Regards, Ninad. On 04/04/2013 03:50 PM, Sorin Badea wrote: Hi, Did you tried a print_r($_

[PHP] Empty $_POST after submit.

2013-04-04 Thread Ninad
variable empty. Please guide me in the same. \n"); echo("Last name: " . $_POST['lastname'] . "\n"); } ?> First name: Last name: Thanks & Regards, Ninad. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php