Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post mathod or Get mathod sending value twice #34

Closed
vikasg603 opened this issue Feb 1, 2017 · 5 comments
Closed

Post mathod or Get mathod sending value twice #34

vikasg603 opened this issue Feb 1, 2017 · 5 comments
Labels

Comments

@vikasg603
Copy link

when i am trying to use this extension it working but when user fill form and click submit button on target page when we seeing GET values i am seeing 2 GET value of same name 1 is null and another is typed value so that is why PHP or JAVASCRIPT is unable to see value
please fix it

@pkra
Copy link
Contributor

pkra commented Feb 1, 2017

It's unclear which extension you are referring to. Also, please provide a live sample exhibiting the issue.

@vikasg603
Copy link
Author

http://localhost/sample.php?name=value&name=&submit=Find+Sum+of+n+terms
i am receiving this type link after submitting form check on there are 2 value of same name 1st value of name is value and another 1 is NULL

@pkra
Copy link
Contributor

pkra commented Feb 2, 2017

http://localhost/sample.php?name=value&name=&submit=Find+Sum+of+n+terms

I'm afraid that's not a viable link outside of your local machine.

@pkra pkra added the question label Feb 2, 2017
@vikasg603
Copy link
Author

vikasg603 commented Feb 2, 2017

i understood what are you saying but i tried it on my websites too but not working there also
i want value of name on PHP $_GET["name"] but after submitting form php giving error
i am not getting value entered by user
i also tried mathml form method but same result
check link after submitting form
http://localhost/sample.php?**name**=value&**name**=&submit=Find+Sum+of+n+terms
there are 2 veriable of same name
in my form only mathjax input field is available

@pkra
Copy link
Contributor

pkra commented Mar 14, 2017

Without more information and a live sample, it's hard to help.

You might want to consider a more general forum such as stackoverflow.

@pkra pkra closed this as completed Mar 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants