[PHP-WIN] Re: need explanation about includes

2002-12-16 Thread Seraphim
Davide wrote: > I have installed php-4.3.0 (I tried 4.2. but I couldn't make Apache2 > to run with it here in win32). Now I noticed a different behaviour in > respect of 4.0.6 installed before. > I use php_lib_login 0-9b to manage session login and I found it nice > and quite reliable for my job; b

[PHP-WIN] Re: Arrays - I may have gone blind

2002-12-16 Thread Seraphim
> Or can a SQL statement do this in a DISTINCT like way? (SELECT > table.id FROM table WHERE somthing is = somthing else and a lot of > other stuff BUT only give me those where table.type has the hifgrst > value)? > > Please... need help with this > ~ Aidal. SELECT t1.id FROM TABLENAME t1 WHERE t1