I have an android app that gets data from database through php.. My php code worked fine in php 5.5 but when I changed to php 5.4.33 my code doesn't work.. Here is my code :
$username = $_POST['UN'];
$password = $_POST['PW'];
echo $username;
echo $password;
0 comments:
Post a Comment