java - $_POST[] doesn't work in php 5.4.33 -



java - $_POST[] doesn't work in php 5.4.33 -

i have android app gets info database through php.. php code worked fine in php 5.5 when changed php 5.4.33 code doesn't work.. here code :

$username = $_post['un']; $password = $_post['pw']; echo $username; echo $password;

java php android post

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -