NYCPHP Meetup

NYPHP.org

[nycphp-talk] HTTP request body

Brian Pang bpang at bpang.com
Wed Sep 1 10:24:39 EDT 2004


what if you did an implode()?
I know it works for basic arrays, not sure what it would do to an UL file.
I've found serialize() to also be very useful.


> G'morning,
> Is there a simple way to access  the *entire* HTTP request body as a
single
> string?
> Of course, I can do a foreach loop on the $_POST array and combine its
> elements into a single url-encoded string.
> However, it gets more complicated when the request contains file
upload data
> (especially with multiple files).
> 
> Cheers,
> Jerry
> 
> 
> -----Original Message-----
> From: Tim Gales <tgales at tgaconnect.com>
> To: talk at lists.nyphp.org <talk at lists.nyphp.org>
> Date: Wednesday, September 01, 2004 7:14 AM
> Subject: [nycphp-talk] MySQL 4.1.4 Released
> 
> 
> >
> >MySQL 4.1.4 (Gamma) which is described at:
> >
> >http://dev.mysql.com/doc/mysql/en/News-4.1.4.html
> >
> >is now available at:
> >
> >http://dev.mysql.com/downloads/mysql/4.1.html
> >
> >This will probably change next Monday from a
> >holiday to a 'labor' day for quite a few of us.
> >
> >T. Gales & Associates
> >'Helping People Connect with Technology'
> >
> >http://www.tgaconnect.com
> >
> >_______________________________________________
> >New York PHP Talk
> >Supporting AMP Technology (Apache/MySQL/PHP)
> >http://lists.nyphp.org/mailman/listinfo/talk
> >http://www.newyorkphp.org
> >
> 
> _______________________________________________
> New York PHP Talk
> Supporting AMP Technology (Apache/MySQL/PHP)
> http://lists.nyphp.org/mailman/listinfo/talk
> http://www.newyorkphp.org
> 
> 





More information about the talk mailing list