#10402 closed bug (invalid)
Error don't post my value
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | ajax | Version: | 1.6.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I buil form login with email: chinhdung180@… and pass: chinhdung
Use method $.post but this email and pass don't send to file php this is empty. I see this value don't action, when other value nomal post. Add one key in other will come nomal action.
Change History (4)
comment:1 Changed 12 years ago by
Component: | unfiled → ajax |
---|---|
Owner: | set to chinhdung180@… |
Priority: | undecided → low |
Status: | new → pending |
comment:2 Changed 12 years ago by
Status: | pending → new |
---|
I buil form login this place: http://jsfiddle.net/8UXTP/
It don't write code php, I can do that. I test all browser but result don't echo value in file php before can be display value in jquery.
comment:3 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
You're using $.post
, but trying to read with PHP $_GET... try $_POST
comment:4 Changed 12 years ago by
Sorry, I write wrong method $_POST to $_GET in file PHP. But method $_POST don't action with email: chinhdung180@… and pass: chinhdung
You are try with that value. You know result Php file.
Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket.
Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/ Open the link and click to "Fork" (in the top menu) to get started.