On Mon, Mar 10, 2008 at 12:29 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I have a question of you: > > On sites i see they have links to > pages such as (yoursite.com/index.php?action=contact) or something like > that. i would like to know what that is and how to do this with my website.
I was gonna point you to our "Simple Tutorial" (http://docs.php.net/manual/en/tutorial.php) but apparently it only covers POST data.. We should probably fix that :) In the meanwhile, see: - The predefined variables (especially the $_GET docs): http://docs.php.net/manual/en/language.variables.predefined.php - Variables from "outside PHP": http://docs.php.net/manual/en/language.variables.external.php - And the last (6th) example in the filesystem security chapter: http://docs.php.net/manual/en/security.filesystem.php (Anyone up for writing a basic tutorial about this?) -Hannes