Since original poster requests where to look.
http://www.php.net/manual/en/language.variables.external.php
PHP manual is great reference for PHP programmers. If you haven't read, it is
recommended to read.

Another link in zend.com
http://www.zend.com/zend/tut/
There are many useful links in www.zend.com

You get more links here
http://www.php.net/links.php

--
Yasuo Ohgaki


"Jack Sasportas" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I have written a system with authentication to gain access to individual
> data.
> Since I am using the post method the command line has something like
>
> abc.com?client_no=5
>
> Now even though if that person emails you that url, you won't gain
> access to it bascause of authentication that is needed, what can happen
> is an authorized user could change the 5 in the url to 8, and then see
> the information that is there which belongs to client 8.
>
> Because of this I am thinking in this case I should be using the post
> method instead of the get method.
>
> Does anyone have a link to a doc that has a good example in both methods
> along with a good explanation so that I can make sure I understand what
> it's doing?
>
> Thanks for your help!
>
> Jack
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to