[thelist] $_POST string

Matthew Pulis mpulis at gmail.com
Wed Jun 2 18:37:37 CDT 2010


$_POST is in the HTTP session .. not shown in the url :S



Matthew Pulis BSc. (Business and Computing) MSc. (Informatics)
web:   www.matthewpulis.info
mob:   +44 7866535953  / +356 79539404


On Wed, Jun 2, 2010 at 11:50 PM, Jack Timmons <jorachim at gmail.com> wrote:

> Please forgive top post. Phone.
>
> Do you mean something like:
>
> /path/to/form/var1/var2/var3??
>
> On Wednesday, June 2, 2010, Bob Meetin <bobm at dottedi.biz> wrote:
> >
> >
> >
> >
> >
> >
> >
> > That was probably what I was thinking of.  So the answer is no, not
> > easily anyhow.  I just remembered some modification to the .htaccess
> > but could not recall the context.  -Thx both of ya, Bob
> >
> > Jack Timmons wrote:
> >
> >   On Wed, Jun 2, 2010 at 4:35 PM, Bob Meetin <bobm at dottedi.biz> <
> bobm at dottedi.biz> wrote:
> >
> >
> >     I am developing some php forms that require numerous arguments in the
> $_POST
> > string.  This works fine.  Is there anything that can be reasonably done
> to
> > not make all the ooohs and ahhhs display in the URL address bar which
> might
> > appear tempting to some viewers?
> >
> > Or perhaps better, what is a standard way to bullet-proof $_POST
> variables
> > to prevent trickery?
> >
> > -Bob
> >
> >
> >
> > If it's in the URL, it's not POST, it's GET. Unless I'm confused here.
> >
> > You could try storing the needed info in a session.
> >
> >
> >
> >
> >
> >
> >
>
> --
> -Jack Timmons
> Blog: http://www.codeacula.com
> Sandbox: http://www.trotlc.com
> Twitter: @codeacula
> Google Chat: Figure it out. C'mon, seriously.
> --
>
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
>
> For unsubscribe and other options, including the Tip Harvester
> and archives of thelist go to: http://lists.evolt.org
> Workers of the Web, evolt !
>


More information about the thelist mailing list