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 Link to comment https://forums.phpfreaks.com/topic/189129-calling-file-from-menu/ 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 Link to comment https://forums.phpfreaks.com/topic/189129-calling-file-from-menu/#findComment-998499 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 Link to comment https://forums.phpfreaks.com/topic/189129-calling-file-from-menu/#findComment-998571 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 Link to comment https://forums.phpfreaks.com/topic/189129-calling-file-from-menu/#findComment-998575 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.