Re: [PHP-DB] Re: Regular Expression

2004-04-19 Thread Marcjon Louwersheimer
/^[A-Za-z ]+$/ Add any characters between the []. Though I think you'id need to use an escape character like \-. Not sure, try it out. -- Marcjon -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Re: Regular Expression

2004-04-19 Thread David Robley
[EMAIL PROTECTED] (Andy Amol) wrote in news:[EMAIL PROTECTED]: > hi, > Thanks for the reply. > I want to know how to include char "-" i.e a dash . I want to test for > it. eg: COSC-3006. > I should be able to test that string as valid. > Also is there a way in which the form validation fails bu

[PHP-DB] compile 4.3.6

2004-04-19 Thread Craig Hoffman
Hi, I am trying to recompile PHP 4.3.6 with GD support. I have installed libjpeg, libpng, and libtiff with Fink. Fink place all this stuff in the /sw directory. Every time I run ./configure I get this: If configure fails try --with-jpeg-dir= configure: error: libpng.(a|so) not found. Here is

Re: [PHP-DB] PHP's Oracle interface

2004-04-19 Thread Christopher Jones
Joseph Burch wrote: Foolks - In building the Apache PHP-Oracle interface we have discovered a discrepancy between the functions listed in the PHP on-line documentation and the function list obtained by "nm" for libphp4.so. Our UNIX Solaris build comprises Apache_1.3.29, PHP-4.3.4, and the full

Re: [PHP-DB] How to Erase MySQL table.

2004-04-19 Thread Daniel Clark
TRUNCATE table xxx will delete all the rows of data. DROP table xxx will delete the table. > Hi everyone, > > I can not find in my manual a MySQL command which erase permanently a > table > and it?s content from a MySQL database. > > Thanks in advance > > Charalambos > >

[PHP-DB] How to Erase MySQL table.

2004-04-19 Thread charalambos nicolaou
Hi everyone, I can not find in my manual a MySQL command which erase permanently a table and it’s content from a MySQL database. Thanks in advance Charalambos _ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://j

[PHP-DB] How to Erase MySQL table

2004-04-19 Thread charalambos nicolaou
Hi everyone, I can not find in my manual a MySQL command which erase permanently a table and it’s content from a MySQL database. Thanks in advance Charalambos _ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://j

Re: [PHP-DB] Re: Regular Expression

2004-04-19 Thread andy amol
hi, Thanks for the reply. I want to know how to include char "-" i.e a dash . I want to test for it. eg: COSC-3006. I should be able to test that string as valid. Also is there a way in which the form validation fails but when the user goes back to the same form its previous values are retained.

[PHP-DB] PHP's Oracle interface

2004-04-19 Thread Joseph Burch
Foolks - In building the Apache PHP-Oracle interface we have discovered a discrepancy between the functions listed in the PHP on-line documentation and the function list obtained by "nm" for libphp4.so. Our UNIX Solaris build comprises Apache_1.3.29, PHP-4.3.4, and the full Enterprise edition of

Re: [PHP-DB] How to write file & store file-name to DB...

2004-04-19 Thread -{ Rene Brehmer }-
Why not just save the information to the database and generate the HTML when needed ??? In the long run, this would mean alot less disk space needed... Rene At 02:15 19-04-2004, you wrote: Hi, I want to save pages that show records for each user's identity, to HTML files then add the file-name t