Re: Re: in_array function?

2001-11-29 Thread Dieter Hansen
wise. > 2. See the PHP manual entry for in_array() for details and examples. > http://us.php.net/manual/en/function.in-array.php Hi! Is there a similiar function for MySql which could be used in a WHERE-clause in a query like WHERE field in_array $thisstringarray. Thank you Dieter Hansen [EMAIL PR

How to use LOAD DATA on a csv-file with ; as seperator and ; as text included in "

2001-11-24 Thread Dieter Hansen
abla How to use the LOAD DATA syntax? Thank you Dieter Hansen [EMAIL PROTECTED] __ Sichern Sie sich Ihre Chancen auf den Jackpot: Mit dem WEB.DE Lottoservice bequem und sicher tippen: http://

How to use LOAD DATA on a csv-file with ; as seperator and ; as text included in "

2001-11-24 Thread Dieter Hansen
abla How to use the LOAD DATA syntax? Thank you Dieter Hansen [EMAIL PROTECTED] Berufsunfähigskeitversicherung von Mamax bei WEB.DE. Jetzt informieren! http://bu.web.de - Be

What's wrong with this inplode / array / mysql-querry ??

2001-11-20 Thread Dieter Hansen
#x27;') OR (angebotetable.zimmerzahl IN ('') )) AND (( () == '') OR (angeboteta' at line 1 Warning: 0 is not a MySQL result index in admin/search.php3 on line 21 -- You could try the search and look at the html-code for the user if you want at: http:/

How to compare a string with array-elements in a WHERE-clause?

2001-11-19 Thread Dieter Hansen
tried this MysqlQuery( "SELECT * FROM $db_angebotetabelle WHERE (( $multiselect == '') OR ($db_mytable.TheOneString IN ('$multiselect')) ORDER BY TheOneString ") Which doesn't work ): Could you help me, plea