Re: [PHP-DB] Pictures+MySQL+PHP

2002-01-26 Thread Michael Waples
Ck Raju wrote: > > that I changed my mind. Gurhan Ozen>Storing images in the database is not a > good idea , just store the path of Gurhan Ozen>the images in the database > and keep your images in your hard disk... Gurhan Ozen> > > Since everything is on hard-disk, I personally feel, the imag

[PHP-DB] counting with CURDATE() - please help!

2002-01-26 Thread Sander Peters
Hello, I want to add a variable numer of months to the current date CURDATE(). I thought it should be something like this: select (MONTH(CURRENT_DATE)+MONTH(2)) but i get NULL as a result. The purpose of this it to check which records with a experation date is earlier or later than today+2 month

[PHP-DB] Someone using the tool DeZign

2002-01-26 Thread Ruprecht Helms
Hi, does someone using DeZing as Tool for modelling databases? I have some trouble with the ImportER Access. Regards, Ruprecht -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list ad

Re: [PHP-DB] counting with CURDATE() - please help!

2002-01-26 Thread DL Neil
Hello Sander, > I want to add a variable numer of months to the current date CURDATE(). > I thought it should be something like this: > select (MONTH(CURRENT_DATE)+MONTH(2)) > but i get NULL as a result. > > The purpose of this it to check which records with a experation date is > earlier or lat

Re: [PHP-DB] counting with CURDATE() - please help!

2002-01-26 Thread Jason G.
if you have a date column 'birthdate' SELECT (birthdate + INTERVAL 7 MONTH) as birthdate FROM yourtable WHERE ... Look at the date and time functions in the MySQL manual. -Jason Garber IonZoft.com At 02:28 PM 1/27/2002 +, DL Neil wrote: >Hello Sander, > > > I want to add a variable nu

[PHP-DB] PHP + Postgresql + Linux = Frustration

2002-01-26 Thread Mike DiChiappari
Hello, I am rather new to Linux but an old timer at software development. I am investigating alternate platforms for future development for my company. Linux is at the top of the list. I am trying to get a server setup with a db (PostgreSQL), web server (Apache), and some sort of web scripting

RE: [PHP-DB] Pictures+MySQL+PHP

2002-01-26 Thread Boaz Yahav
I think that saving images outside the database is better but sometimes you need it. here is something i wrote a while back : Sometimes, it's more convenient to save images in a database than as files. MySQL and PHP make it very easy to do this . In this article, I will describe how to save im

Odp: [PHP-DB] Someone using the tool DeZign

2002-01-26 Thread Jarek Zgoda
Od: "Ruprecht Helms" <[EMAIL PROTECTED]> Temat: [PHP-DB] Someone using the tool DeZign > does someone using DeZing as Tool for modelling databases? > I have some trouble with the ImportER Access. I use this tool and I found it usable and comfortable in my work. AFAIK, ImportER Access is not as