ilikephp Posted February 27, 2009 Share Posted February 27, 2009 Hello, I need to ask you about the difference between: ../modules/wfchannel/index.php?pagenum=1 and ..//modules/page.php for example, why the upper link is encrypted I think? Thanks, Link to comment https://forums.phpfreaks.com/topic/147140-a-very-simple-question-i-think-about-php-o/ Share on other sites More sharing options...
chillipit Posted February 27, 2009 Share Posted February 27, 2009 I'm still relatively new to php but here's my thoughts: ../modules/wfchannel/index.php?pagenum=1 This is referring to a php file index.php contained in the directory wfchannel which in turn is housed in modules and a variable pagenum is being passed to the page with the value 1 ../modules/page.php This is referring to a php file page.php contained in the directory modules. Link to comment https://forums.phpfreaks.com/topic/147140-a-very-simple-question-i-think-about-php-o/#findComment-772465 Share on other sites More sharing options...
ilikephp Posted February 27, 2009 Author Share Posted February 27, 2009 thx... and how can all my pages contain: ?pagenum=1 for example? Link to comment https://forums.phpfreaks.com/topic/147140-a-very-simple-question-i-think-about-php-o/#findComment-772478 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.