Side navigation
#10402 closed bug (invalid)
Opened October 02, 2011 05:42PM UTC
Closed October 03, 2011 03:08AM UTC
Last modified October 03, 2011 06:15AM UTC
Error don't post my value
Reported by: | chinhdung180@yahoo.com | Owned by: | chinhdung180@yahoo.com |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | ajax | Version: | 1.6.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I buil form login with email: chinhdung180@yahoo.com 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.
Attachments (0)
Change History (4)
Changed October 02, 2011 07:55PM UTC by comment:1
component: | unfiled → ajax |
---|---|
owner: | → chinhdung180@yahoo.com |
priority: | undecided → low |
status: | new → pending |
Changed October 03, 2011 02:28AM UTC by comment:2
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.
Changed October 03, 2011 03:08AM UTC by comment:3
resolution: | → invalid |
---|---|
status: | new → closed |
You're using $.post
, but trying to read with PHP $_GET... try $_POST
Changed October 03, 2011 06:15AM UTC by comment:4
Sorry, I write wrong method $_POST to $_GET in file PHP. But method $_POST don't action with email: chinhdung180@yahoo.com 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.