fareedreg Posted January 20, 2010 Share Posted January 20, 2010 <li><a href="call.php">Add New Member</a></li> according to above mentioned code can we call call.php with some parameters..like inside call.php i can change values=1 or value=2 etc Thanks Quote Link to comment Share on other sites More sharing options...
haku Posted January 20, 2010 Share Posted January 20, 2010 <li><a href="call.php?id=2">Add New Member</a></li> This will call the file with $_GET['id] having a value of 2 Quote Link to comment Share on other sites More sharing options...
fareedreg Posted January 20, 2010 Author Share Posted January 20, 2010 lots of Thanks <li><a href="call.php?id=2">Add New Member</a></li> This will call the file with $_GET['id] having a value of 2 Quote Link to comment Share on other sites More sharing options...
fareedreg Posted January 20, 2010 Author Share Posted January 20, 2010 <form name="memmaster" method="post" action="mmemmodify.php"> one more soultion required please.... can i call this with id too. I mean mmmemmodify.php 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.