Posted by Cotroneo Marco on 05/19/06 11:36
Hello,
I am a newbie in php and site programming in general. Briefly, if I
have a form I can choice between post or get method. The post method
allows me to hide information I want to pass to a php page. I create
my simple form with a simple button clicked it and my next page show the
hidden paramiter I pass through the post method.
In my dropdown menu
item I got the link to the pages such as href = 'mypage.php?myparam=10'
How can I get the same result usign a dropdown menu? how can I hide
this information?
Is there a way to fire the action's form by the menu item?
Thanks
Marco
Navigation:
[Reply to this message]
|