RE: [PHP-DB] Book recommendation for using MySQL w. PHP

2004-11-04 Thread Hutchins, Richard
Rene, My _opinion_ only here, but I own the Welling and Thompson book and used it when I was starting out with PHP and MySQL but don't use it much anymore. I have found much better information and practical advice in the MySQL manual and in the MySQL forums. I'm not ragging on the W T book by

[PHP-DB] Prevayler in PHP

2004-11-04 Thread Devraj Mukherjee
Hi everyone, Is there anyone out there who knows of a Prevayler implementation for PHP? Please let me know as I am going to set off on writing one for PHP. Regards, Devraj -- -- Devraj Mukherjee, Eternity Technologies Pty. Ltd.

[PHP-DB] RE: Mailing Attachments (like csv file)

2004-11-04 Thread Terri Slater
Hi all, Does anyone know of a good php script to e-mail attachments, like a csv file? I want it to come across as an attachment so that it shows as one in the mail client. -- Terri Slater Web Programmer Washburn University 785-231-1010 ext 2302 * * * Except for Fascism, Nazism and Communism,

[PHP-DB] Re: Mailing Attachments (like csv file)

2004-11-04 Thread Manuel Lemos
Hello, On 11/04/2004 12:46 PM, Terri Slater wrote: Does anyone know of a good php script to e-mail attachments, like a csv file? I want it to come across as an attachment so that it shows as one in the mail client. You may want to try this class that lets you compose and send messages with

[PHP-DB] Re: Prevayler in PHP

2004-11-04 Thread Manuel Lemos
Hello, On 11/04/2004 11:27 AM, Devraj Mukherjee wrote: Is there anyone out there who knows of a Prevayler implementation for PHP? Please let me know as I am going to set off on writing one for PHP. This is not really like Prevayler, but you may want to try Metastorage which is a persistence

RE: [PHP-DB] Book recommendation for using MySQL w. PHP

2004-11-04 Thread -{ Rene Brehmer }-
Thanks Rich I'm aware of that problem, but without getting my hands on the book it's a little hard to see if it covers my needs. It's the same with my PHP books ... everyone told me to get Sterling Hughes' PHP Developer's Cookbook, but beyond the chapter on constructing and using objects, and a

[PHP-DB] how to add UPDATE,DELETE for inventory management system using sqlite db

2004-11-04 Thread Aravalli Sai
hi i had designed an user interface for inventory management system using sqlite db.i had used 'SAVE' button so far for inserting values into the database from the user. now i want to add some other buttons such as UPDATE,SELECT,DELETE...to the interface... can some one giv me an idea for

RE: [PHP-DB] how to add UPDATE,DELETE for inventory management system using sqlite db

2004-11-04 Thread balwantsingh
yes you can add more submit buttons like save and give name them as update, select etc. etc. if i had in your place, i do the following:- for example - when user clicks on update buttons than one page should be opened asking information i.e. what fields he want to update etc. etc. and on a