Re: [PHP-DB] csv export...?

2004-01-11 Thread Andre Speelmans
Hi David, On Fri, Jan 09, 2004 at 11:04:21AM -0500, David T-G wrote: Tristan -- % Now I have found loadsa sites that let me upload a csv file, but not the % other way around... You might check PHPClasses to see if anyone has done this; I wouldn't be surprised. In general, though, you

[PHP-DB] Searching a String mysql

2004-01-11 Thread Rick
Hi all, Does anyone have a class or function that can be used to search any given string from a textfield ie: $string = london rome paris... Thanks in advance! R -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] connect nativly with Oracle9i

2004-01-11 Thread nabil
I have php 4.3.4 on windows as a development environments, i could not connect to oracle using the native functions, should i connect using ODBC ?? What will be happen when i will deploy on Linux ? still same ? Nabil -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP-DB] Searching a String mysql

2004-01-11 Thread Micah Stevens
stristr(); http://us2.php.net/stristr -Micah On Sun January 11 2004 8:29 pm, Rick wrote: Hi all, Does anyone have a class or function that can be used to search any given string from a textfield ie: $string = london rome paris... Thanks in advance! R -- PHP Database Mailing

Re: [PHP-DB] connect nativly with Oracle9i

2004-01-11 Thread Christopher Jones
nabil wrote: I have php 4.3.4 on windows as a development environments, i could not connect to oracle using the native functions, What error do you get? should i connect using ODBC ?? OCI8 has some benefits, depending on what you want to do now and/or in the future. What are you trying to