lambada
New Member
- Messages
- 2,444
- Reaction score
- 0
- Points
- 0
Right this is a long question so here goes....
index.php?page=blog&post=12&comment=yes
This is a sample URL for something I want to do.
index.php only uses the page variable to include the page - in this case blog.php,
blog.php needs access to those get variables post and comment aswell as post variables.
My question is this. If I called the above page how would blog.php get the extra URL gets? Would I use the standard $_GET[post] or would I need to use a duifferent method?
Thanks
lambada
index.php?page=blog&post=12&comment=yes
This is a sample URL for something I want to do.
index.php only uses the page variable to include the page - in this case blog.php,
blog.php needs access to those get variables post and comment aswell as post variables.
My question is this. If I called the above page how would blog.php get the extra URL gets? Would I use the standard $_GET[post] or would I need to use a duifferent method?
Thanks
lambada