[PHP] Re: SQL select

2003-07-10 Thread sven
hi, JiøîÆèî eË wrote: > hello, > > i have got a problem with SQL select: > > I have got a table such this: > > id_k typ name id > 1 f bla1 1 > 2 f bla2 1 > 2 i bla3 1 > 3 z bla4 1 > 3 f bla5 1 > 4 i bla6 1 > 4 z bla7 1 > 5 z bla8 1 > > and id

[PHP] Re: SQL Select on a DATE field

2003-06-06 Thread Lorenzo Ciani
Sven wrote: > just some thoughts to your script: Dear Sven, Thank you for your comments. Sounds like I really have to study preg_match and regexp!!! -- Lorenzo. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: SQL Select on a DATE field

2003-06-05 Thread sven
just some thoughts to your script: i don't know (yet) the pear db functions and the database you use. so i assume you already got some logic to transform your dates into valid sql-dates (eg. mysql: mmdd or -mm-dd). that is important for valid results from your sql-statements as the dates m