PHP submit to not show URL?
-
I have a form on my website when i press submit it adds records to the database is there also a way i can get the form to send a url but not show the url that has been sent ? This ...show more
-
Answer:
Further to your comment to Jeff - I would suggest using Javascript. Unfortunately, you will not be able to absolutely prevent the end user from determining the address if they know what they are doing, but at least with Javascript it reduces the number of people who would know how to see the information, and how to interpret the code. Using Javascript you can post information to a file, and use an OnClick action in the link
C3GCWPRVAPATROM3OYE3CF225U at Yahoo! Answers Visit the source
Other answers
I guess that depends on how your form is set up. What method are you using? GET or POST? If you're using POST, the user shouldn't see any data--it sounds like you're using GET if they can see it.
Jeff P
You could do that by having server side code execute. For instance, while the server creates the response to the sumbit it could also pass the info to the 3rd party site. Since the server knows the page submiting the reqeust he should also know what to tell 3rd party.
Urs
Related Q & A:
- How To Submit Url To Search Engines For Free?Best solution by Yahoo! Answers
- How to show online users in PHP?Best solution by Stack Overflow
- How to store data in php and get data from php?Best solution by Stack Overflow
- How to Rewrite URL in htaccess with php?Best solution by Stack Overflow
- What does URL mean when I am asked for the URL while reporting abuse yahoo?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.