[PHP-DB] NOT NULL query

2007-02-26 Thread Ron Piggott
Is it possible to do a SELECT query where field_3 isn't null? What would the syntax look like? Ron

RE: [PHP-DB] NOT NULL query

2007-02-26 Thread Bastien Koert
select * from table where field_3 is not null bastien From: Ron Piggott [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: PHP DB php-db@lists.php.net Subject: [PHP-DB] NOT NULL query Date: Mon, 26 Feb 2007 07:55:41 -0500 Is it possible to do a SELECT query where field_3 isn't null? What

[PHP-DB] upgrade MySQL 4.1 to 5.0

2007-02-26 Thread Nur_Adman
Dear All, I want to upgrade database MySQL 4.1 to 5.0. What's will effects my PHP 5.0.4 script if I do that? Thanks Regards, NUR ANITA ADMAN IT System Analyst PT. Trakindo Utama KKCRC Jl. Kuala Tembaga Lot E-3 Light Industrial Park (LIP) Kuala Kencana - Timika 99920 - Papua -- PHP

Re: [PHP-DB] A good PHP Ajax tutorial

2007-02-26 Thread Micah Stevens
I've used Xajax library with PHP and it's very nice and easy to use. It's high-level, so if you want to learn the nuts and bolts, it's not a good place to start, but if you just want to make something work, it's great. http://www.xajaxproject.org/ On 02/25/2007 08:37 PM, Peter Beckman wrote:

Re: [PHP-DB] upgrade MySQL 4.1 to 5.0

2007-02-26 Thread Micah Stevens
Read the docs: http://dev.mysql.com/doc/refman/5.0/en/upgrade.html On 02/26/2007 01:31 PM, [EMAIL PROTECTED] wrote: Dear All, I want to upgrade database MySQL 4.1 to 5.0. What's will effects my PHP 5.0.4 script if I do that? Thanks Regards, NUR ANITA ADMAN IT System Analyst PT.

RE: [PHP-DB] Passing emails to php script

2007-02-26 Thread Bastien Koert
Not sure if you got a reply to this yet, but another option is to read the mailbox via a cron job. I use this successfully. You can see an example here ( http://www.weberdev.com/get_example-4015.html ) bastien From: [EMAIL PROTECTED] [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: