Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] $_POST is getting only the last field
#2

Did you notice that your 'message' field is the only one with a 'name' attribute?
PHP uses that for POST parameters, and not the 'id' attribute.
Add the 'name' attribute to your other fields and they should be accessible to your code.
Reply


Messages In This Thread
RE: $_POST is getting only the last field - by ciadmin - 03-11-2015, 07:46 PM



Theme © iAndrew 2016 - Forum software by © MyBB