PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I am pretty newbie in Web Development . I had noticed PHP is passing the information via the OnSubmit function.
Therefore what if i would like to pass the parameter via clicking Hyperlink. how do i get the information at the other screen beside using form post method?
Although your hyperlink is in the form it does not submit the form, therefore the information is not sent. To submit the form via hyperlink, you need to use the onclick event or script Javascript into the href itself.