RE: [PHP] gzip compression verification

2004-07-09 Thread Willem Bison
> I've enabled gzip compression of pages on my site. > The question is, how do I check the size of the page being > sent to verify that the page is being compressed. Check log of webserver; bytes sent is shown there. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http:

[PHP] Command line parameters

2003-10-07 Thread Willem Bison
Passing arguments to php bin like this used to work in older versions: # /usr/local/bin/php test.php '&arg=test' but now it doesn't: $arg has no value within test.php It's not in $GLOBALS either. How to pass parameters to the script (apart from argv/argc) ? # /usr/local/bin/php -v PHP 4.3.2 (

RE: [PHP] PHP POS program

2003-07-16 Thread Willem Bison
I'm developing one actually :-) > -Oorspronkelijk bericht- > Van: Angelo Zanetti [mailto:[EMAIL PROTECTED] > Verzonden: Wednesday, July 16, 2003 13:57 > Aan: [EMAIL PROTECTED] > Onderwerp: [PHP] PHP POS program > > > Anyone know where I can download a demo point-of-sale program > from?