how to post the values using anchor tag in PHP?
Posted: Tue Jul 29, 2008 9:43 am
Hi experts,
Im new to php. i want to pass the posted values of the current page to destination page using anchor tag.
let me explain you breifly..
my current page is first.php which contains a total of 24 controls in it. it contains buttons named UPDATE,SUBMIT and links such as DETAILS. The DETAILS link is written as follows.
<a href="details.php">DETAILS</a>
Now if i click on DETAILS link all the 24 posted values should get posted to details.php.
would appreciate if you could please help me out..thanks in advance.
Thanks,
krishna.p
Im new to php. i want to pass the posted values of the current page to destination page using anchor tag.
let me explain you breifly..
my current page is first.php which contains a total of 24 controls in it. it contains buttons named UPDATE,SUBMIT and links such as DETAILS. The DETAILS link is written as follows.
<a href="details.php">DETAILS</a>
Now if i click on DETAILS link all the 24 posted values should get posted to details.php.
would appreciate if you could please help me out..thanks in advance.
Thanks,
krishna.p