How would you use url Parameter

They have: 1 posts

Joined: Oct 2009

Hi could someone tell me what would i use if i had a form and i used the get method to display the value entered in form. would i use html,php,asp ect

They have: 20 posts

Joined: Oct 2009

You would likely use a server-side programming framework, such as PHP, ASP.Net (don't use ASP, it's so old), etc. Technically speaking, you could use client-side script like javascript to parse the URL from a parameterized GET request and obtain the values that way, although that wouldn't do you that much good, unless you are planning on working on a pure AJAX solution for fun.

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.