Re: [PHP-DB] Backups, best practices

2001-09-06 Thread Dreamvale
try mysqldump - Original Message - From: "Jacob Singh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 06, 2001 10:22 PM Subject: [PHP-DB] Backups, best practices > Hello, > > I'm just wondering how everyone manages their MySQL backups, I'm > looking for a be

Re: [PHP-DB] mysql select where problem

2001-08-26 Thread Dreamvale
select * from shows where date >= '$year-$month-01' and date <= '$year-$month-$lastdayofthemonth' - Original Message - From: "Matt Nigh" <[EMAIL PROTECTED]> To: "php-db" <[EMAIL PROTECTED]> Sent: Monday, August 27, 2001 7:09 AM Subject: [PHP-DB] mysql select where problem hello again,

Re: [PHP-DB] PHP development with PostgreSQL

2001-08-24 Thread Dreamvale
I've been using MySQL with database about 600k records... and it's running good. Dont think PostgreSQL can help if you're concern about size. Dreamvale - Original Message - From: "Lester June Cabrera" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

[PHP-DB] MSSQL limit capability

2001-06-20 Thread Dreamvale
Hi, Having used to the wonderful features in MySQL on the limit, how could I do the same on MSSQL? The table I'm trying to retrieve is kinda big - like 500,000 records - and would like to read them in chunks. Thanks. Dreamvale -- PHP Database Mailing List (http://www.php.net

[PHP-DB] Storing sensitive information in MySQL

2001-02-28 Thread Dreamvale
Hi, I have a situation where some sensitive information need to be stored in a database, eg salary, medical info, etc. the data are only meant for the particular employees. however, the root user will have all the power to retrieve both the key (stored somewhere either in a file, or php scripts

Re: [PHP-DB] next & previous record

2001-02-22 Thread Dreamvale
just takes some time to find how to use the mysql_query variable to > > print out the rows, with every click of the link.. > > > > If you get any head way let me know... > > > > It's great code > > > > Dan > > > > > > > > -

[PHP-DB] next & previous record

2001-02-22 Thread Dreamvale
hi all, need to implement record scrolling, one at a time -either forward or backward, on MySQL. The key is a char (32) containing part numbers. anyone has done this before? thanks in advance. dreamvale -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP-DB] HTML Email

2001-01-16 Thread Dreamvale
try twig. http://twig.screwdriver.net/ - Original Message - From: "SeanW" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 17, 2001 2:35 PM Subject: [PHP-DB] HTML Email Can someone point me to some references in making HTML emails using the mail() function. Sean