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. Quote 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 ! Quote 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. Quote 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 Quote 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? Quote 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 Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/65966-phpidxxx/#findComment-329866 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.