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.. [/] Link to comment https://forums.phpfreaks.com/topic/146671-edit-form/ 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. Link to comment https://forums.phpfreaks.com/topic/146671-edit-form/#findComment-770010 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.