[PHP-DB] Validation Form require.

2004-07-03 Thread Rinku
Dear All, Can any of you send me one of your validated form for "Numeric value checking" & "Alphabetic Value Checking" I have done it but still not succeed. Your answer wd be highly appriciated. Regards, Rinku __ Do You Yahoo!? Tired of spam?

Re: [PHP-DB] MySQL variable question

2004-07-03 Thread John W. Holmes
Chris Payne wrote: I'm using MySQL 4's built-in Boolean handling abilities with PHP 4 which works wonderfully, but I need to change: ft_min_word_len See here: http://dev.mysql.com/doc/mysql/en/Option_files.html -- ---John Holmes... Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/ php|archi

[PHP-DB] MySQL variable question

2004-07-03 Thread Chris Payne
Hi there everyone, I'm using MySQL 4's built-in Boolean handling abilities with PHP 4 which works wonderfully, but I need to change: ft_min_word_len to be 3 characters instead of 4 for fulltext indexing, how can I change this as words such as cat etc ... are not showing up in my PHP sea

Re: [PHP-DB] Multiple MSSQL Connections

2004-07-03 Thread Robert Twitty
If this is the problem, then you should try the odbtp/mssql hybrid extension, php_odbtp_mssql.dll. It is thread-safe, and is available at http://odbtp.sourceforge.net. -- bob On Fri, 2 Jul 2004, Frank M. Kromann wrote: > That depends on the SAPI you are using. With CGI or FastCGI there is no >

RE: [PHP-DB] Date problem: data is current as of yesterday

2004-07-03 Thread Ford, Mike [LSS]
-Original Message- From: Karen Resplendo To: [EMAIL PROTECTED] Sent: 02/07/04 19:36 Subject: [PHP-DB] Date problem: data is current as of yesterday The database queries all the sources at night after everyone has gone home. That means the data was current as of yesterday. This little snipp