sahu Posted February 24, 2009 Share Posted February 24, 2009 hello...my question is as follows: 1. edit David 2. edit Harry Potter How to program to post the value of names above to other page when i click on edit. please help me..thanks.. [/] Quote Link to comment Share on other sites More sharing options...
jackpf Posted February 24, 2009 Share Posted February 24, 2009 hello...my question is as follows: 1. edit David 2. edit Harry Potter How to program to post the value of names above to other page when i click on edit. please help me..thanks.. [/] That's actually not a very well worded question. But, if you're asking what I think you're asking, then on the page where the form is sending it's data to (action="page.php"), if you're using post, use $_POST['input_name'] or if you're using get, use $_GET['input_name']. Hope this helps. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.