RE: [PHP-WIN] Bitwize operations

2003-06-07 Thread Svensson, B.A.T. (HKG)
Why are youre aproaches incorrect? Maybe it is possible to modell it like this: CLASS :: PLANT { specie text sort text catogory enum {pant, flower, bush, etc...} price decimal nr_in_stockinteger ... } CLASS :: FEATURE {

[PHP-WIN] Bitwize operations

2003-06-07 Thread Bobo Wieland
Hi! [LONG EXPLAINATION OF THE PROBLEM (questions further down)] I'm about to create a MySQL db for a company dealing with plants (trees and bushes and that sort of thing). Now a user should be able to search for a specific plant in this db - but that specific plant could come in many different sha

php-windows Digest 7 Jun 2003 08:50:56 -0000 Issue 1765

2003-06-07 Thread php-windows-digest-help
php-windows Digest 7 Jun 2003 08:50:56 - Issue 1765 Topics (messages 20221 through 20238): Re: doing $mc=new myclass(); or $mc= &new myclass(); ? 20221 by: Peter Misun 20223 by: Per Lundberg 20224 by: Peter Misun 20226 by: Luis Moreira 20227 by: Pet

Re: [PHP-WIN] How to display GIF image

2003-06-07 Thread Luis Ferro
Due to some patent entanglement of an unamed company, GIF support was dropped from the stock GD integrated in PHP. To add GIF support, you will need to recompile both GD and PHP with it (at your own risk of course)! I would sugest the use of the far superior png files as the problems of browse