[PHP-DB] date function

2003-11-02 Thread OpenSource
Hi guys, This might not be the best place for this but here goes. I want to create a dropdown list with a date range of -- SELECT name=bdate OPTION value=11/02/2003 SELECTEDToday OPTION value=11/01/2003Yesterday OPTION

Re: [PHP-DB] date function

2003-11-02 Thread Larry E . Ullman
This might not be the best place for this but here goes. You are correct. At the very least, you should probably be using the general PHP list, not the database one. I want to create a dropdown list with a date range of Not to be obstinate, but it looks like you already have. But, assuming

Re: [PHP-DB] date function

2003-11-02 Thread Ignatius Reilly
have a look at the PEAR date package. http://pear.php.net/package/Date _ - Original Message - From: OpenSource [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, November 02, 2003 11:13 PM Subject: [PHP-DB] date function Hi guys, This might not be the best

Re: [PHP-DB] date function

2003-11-02 Thread Martin Marques
1) Why do you send this to a DB list? 2) Try seeing the Date class of PEAR (PEAR::Date). El Dom 02 Nov 2003 19:13, OpenSource escribió: Hi guys, This might not be the best place for this but here goes. I want to create a dropdown list with a date range of

Re: [PHP-DB] ORACLE FUNCTION

2003-11-02 Thread Christopher Jones
MaNu wrote: Function : FUNCTION PREZZO_TOT ( pUtente in v_utenti.utente%type, pTrasp in char ) return NUMBER; Php $query = SELECT poe.carrello.prezzo_tot('AATCXNK2EN3RDKB','1') PIPPO FROM dual; $parsed = ociparse($conn,$query);

[PHP-DB] HTML mail

2003-11-02 Thread Ronald Wiplinger
I got an interesting program to do: For an MLM company I should make the news letter from the upline to the direct downline (A sends emails to his NEXT DIRECT downline B1~ B12 emails) To use a database with the from-line and the (three only) to-lines from the same data base is easy. HOWEVER,

[PHP-DB] Date Pulldown

2003-11-02 Thread Peter Westergaard
Sorry for what is probably going to be a late reply. I'm waiting to pick someone up at the airport, and the plane was delayed, so I wanted to try my hand at answering your question. First I had to figure out what method you used to pick those dates in the first place. It seems to be...

[PHP-DB] Re: HTML mail

2003-11-02 Thread Manuel Lemos
Hello, On 11/02/2003 11:20 PM, Ronald Wiplinger wrote: How can I send a HTML email via php? Usually it is a matter of setting the right content-type header. However, you can't send plain HTML messages at the risk of having them discarded by anti-spam filters. What you need to do is to compose