[PHP] What Framework would you recommend?

2006-10-05 Thread Willem Herbst
I am researching 3 frameworks at present but i would just like to know from developer who maybe have used one of then which one they would recommend? Symfony - http://www.symfony-project.com Cakephp - http://cakephp.org/ Code Igniter - http://www.codeigniter.com -- PHP General Mailing List (http

[PHP] Latest PHP distribution?

2006-09-19 Thread Willem Herbst
I have PHP 4.4 installed running on a Open SUSE 10 box, can someone please tell me where I find the latest version for OPEN SUSE? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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] Newbie question on arrays

2004-03-28 Thread Willem van der Scheun
Hi, I've written the piece of code below and I do not get any output out of the 2 dimensional array. I do not see what's wrong. Must be something obvious I guess. When I run this I get the following output Content-type: text/html X-Powered-By: PHP/4.3.3 mday = 28 country = NL mon = 3 mday =

[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?

[PHP] migrating from register_globals on to off

2002-12-14 Thread Willem
Hello, Lately we discovered that, by mistake, we've run PHP with register_globals on for a few months for all our customers. Since we want to turn it off, we need to figure out which customers use the 'register_globals' functionality so we can ask them to modify their scripts. However, checking

[PHP] Re: Code help

2002-11-07 Thread Willem Vooys
s does not work with all clients/websites. Willem Vooys -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Output buffering problem

2002-11-07 Thread Willem Vooys
Hi, I'm having a buffering problem with following combination: -Webserver: Apache 1.3.23 -CGI: PHP 4.2.1 -Client:IE 6.026 (but fails using others as well) Description: I want the output buffer of php being flushed to the client in a time-consuming loop, using the flush() and/or ob_flush