I want to use query strings into include function, like include('where.php?id=1'); and echo $_REQUEST in where.php; but gives error.
Warning: include(where.php?id=1) [function.include]: failed to open stream: No error in C:\xampp\htdocs\3g\include.php on line 2
Warning: include() [function.include]: Failed opening 'where.php?id=1' for inclusion (include_path='.;\xampp\php\PEAR') in C:\xampp\htdocs\3g\include.php on line 2
If yes, then how?
If not, then alternate solution.