Bug Tracker

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#10402 closed bug (invalid)

Error don't post my value

Reported by: chinhdung180@… Owned by: chinhdung180@…
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 Timmy Willison

Component: unfiledajax
Owner: set to chinhdung180@…
Priority: undecidedlow
Status: newpending

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.

comment:2 Changed 12 years ago by chinhdung180@…

Status: pendingnew

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 Rick Waldron

Resolution: invalid
Status: newclosed

You're using $.post, but trying to read with PHP $_GET... try $_POST

comment:4 Changed 12 years ago by anonymous

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.

Note: See TracTickets for help on using tickets.