Hi guys,
i m working on matrimonial website.
now a days preparing admin panel for that...
in the admin panel when admin click on edit(here i m able to recieve id using $_GET),
another page opens lets call it showsuboptions, with three sub options
edit profile, edit desired profile, edit images
<a href='./index.php?_act=manageregister&DO=manageProfile&intUserID={$data[i].intUserID}'><span>Edit Profile</span></a>
<a href='./index.php?_act=manageregister&DO=manageDesiredProfile&intUserID={$data[i].intUserID}'><span>Edit Desired Profile</span></a>
<a href='./index.php?_act=manageregister&DO=manageImages&intUserID={$data[i].intUserID}'><span>Edit Images</span></a>
bt problem is that i m unable to recieve id which i m sending as shown above..
can anyone help?
thanks in advance