zgkhoo Posted August 21, 2007 Share Posted August 21, 2007 http://www.testing.com/user/page.php?id=xxx <----eg id=12 redirect to admin page id=18 redirect to change password page. thanks. Link to comment https://forums.phpfreaks.com/topic/65966-phpidxxx/ Share on other sites More sharing options...
MadTechie Posted August 21, 2007 Share Posted August 21, 2007 the GET method ! Link to comment https://forums.phpfreaks.com/topic/65966-phpidxxx/#findComment-329837 Share on other sites More sharing options...
zgkhoo Posted August 21, 2007 Author Share Posted August 21, 2007 any reference or tutorial site? thanks. Link to comment https://forums.phpfreaks.com/topic/65966-phpidxxx/#findComment-329839 Share on other sites More sharing options...
MadTechie Posted August 21, 2007 Share Posted August 21, 2007 erm. combine these http://www.w3schools.com/php/php_get.asp http://www.w3schools.com/php/php_switch.asp Link to comment https://forums.phpfreaks.com/topic/65966-phpidxxx/#findComment-329843 Share on other sites More sharing options...
zgkhoo Posted August 21, 2007 Author Share Posted August 21, 2007 <a href="download.php?id=<?php=$id;?>"><?php=$name;?></a> wat is this line meant? Link to comment https://forums.phpfreaks.com/topic/65966-phpidxxx/#findComment-329859 Share on other sites More sharing options...
MadTechie Posted August 21, 2007 Share Posted August 21, 2007 its passing a html parameter! this isn't a tutorial site Link to comment https://forums.phpfreaks.com/topic/65966-phpidxxx/#findComment-329864 Share on other sites More sharing options...
xyn Posted August 21, 2007 Share Posted August 21, 2007 $_GET is used to parse variables via the browser; it has many uses. Link to comment https://forums.phpfreaks.com/topic/65966-phpidxxx/#findComment-329866 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.