[PHP-DB] Re: Mailer issue with PHP and MySQL

2005-11-19 Thread Manuel Lemos
Hello, on 11/18/2005 04:32 PM Chris Payne said the following: I'm using PHP with MySQL data to send a very important email to clients when they enter the recipients email address into the system. On the whole it works for ME, to either my yahoo email address or any of my own domains email

RE: [PHP-DB] Drag and Drop with PHP and MySQL

2005-11-19 Thread David Borton
I have seen an app built using Ruby on Rails that demonstrates a drag and drop. -Original Message- From: Chris Payne [mailto:[EMAIL PROTECTED] Sent: Friday, November 18, 2005 6:42 PM To: php-db@lists.php.net Subject: [PHP-DB] Drag and Drop with PHP and MySQL HI there everyone, I

[PHP-DB] MySQL Query

2005-11-19 Thread Keith Spiller
Hi, I'm tring to run this query to find orphan entries. SELECT c.eventid, e.ID FROM col_links c left outer join calendar_v2 e ON c.eventid = e.ID LIMIT 0, 999; Then I have to scan the list to find entries where e.ID equals NULL. I was wondering if anyone know how to expand this query with a

RE: [PHP-DB] MySQL Query

2005-11-19 Thread Bastien Koert
SELECT c.eventid, e.ID FROM col_links c left outer join calendar_v2 e ON c.eventid = e.ID where e.id is null LIMIT 0, 999; From: Keith Spiller [EMAIL PROTECTED] To: [PHP-DB] php-db@lists.php.net Subject: [PHP-DB] MySQL Query Date: Sat, 19 Nov 2005 19:29:25 -0700 Hi, I'm tring to run this

[PHP-DB] file_get_contents

2005-11-19 Thread Ron Piggott
I have given the command file_get_contents($web_page_address); (I changed this from an array last week) But after 1015 characters of typing file_get_contents is truncating the text. I am wondering if there is a PHP setting which is causing this to happen. But I don't know which PHP setting to