Jump to content

Link instead of Form


This topic is 6581 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I have tabbed buttons that sit on a bar and when I use a form and a button for the user to navigate the database, the form makes the button lose it's position. I am thinking a link would make the design better.

The form is:

How would I translate the above in to a url link?

Thanks in advance - Sam

Link to comment
Share on other sites

Sam,

Your form in a link would look like

Note the question mark. This is how you pass a variable through a url link. If you want to pass more use the ampersand (&) symbol followed by the variable name.

Also note on your pref.php you will now be using the GET array as opposed to hte POST array from a form.

HTH

Link to comment
Share on other sites

This topic is 6581 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.