April 13, 200619 yr 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
April 14, 200619 yr 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
Create an account or sign in to comment