Re: [PHP-DB] Re: generating reports in php

2004-07-30 Thread Carlos Merino
Thanks for the replies, I have been testing Agata, the problem is that is a desktop tool, I need something to generate and store the report but I need the report available to be regenereted in a web request, I don´t want static reports I just need something similar to http://sourceforge.net/p

Re: [PHP-DB] Re: generating reports in php

2004-07-30 Thread Lester Caine
Carlos Merino wrote: Thanks for the replies, I have been testing Agata, the problem is that is a desktop tool, And will only work with PHP4 I need something to generate and store the report but I need the report available to be regenereted in a web request, I don´t want static reports I just n

[PHP-DB] Re: php mysql dates

2004-07-30 Thread J.T. Moore
You can use something like $articleDate= date ("Y-m-d 00:00:00",strtotime($day ." " . $month . " " . $year)); If $day = 10 and $month = "January" and $year = 2004 then $articleDate will be set to "2004-01-10 00:00:00" Then you can insert $articleDate into a datetime field in mysql.

[PHP-DB] form results to email

2004-07-30 Thread Vincent Jordan
We have to process almost the same information via email several times a day for customers to get items repaired. I would like to reply to their email with a .htm page containing a fill in form, on form action it will send an email. I have the form and page created, all is almost working. Im ha

[PHP-DB] Re: form results to email

2004-07-30 Thread Torsten Roehr
"Vincent Jordan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > We have to process almost the same information via email several times a day > for customers to get items repaired. I would like to reply to their email > with a .htm page containing a fill in form, on form action it wil

[PHP-DB] Enabling LDAP support on Win2k Server

2004-07-30 Thread Philip Thompson
Hi all. I am running PHP on a Windows 2000 Server, and I need to enable LDAP support. So I have viewed the page on how to get LDAP running. However, I have run into a snag. I have copied the two required .dlls (libeay32 & ssleay32) into the system fo

RE: [PHP-DB] Re: form results to email

2004-07-30 Thread Vincent Jordan
I wrote this, $message is not displaying. What am I doing wrong?? > -Original Message- > From: Torsten Roehr [mailto:[EMAIL PROTECTED] > Sent: Friday, July 30, 2004 2:52 PM > To: Vincent Jordan > Subject: RE: [PHP-DB] Re: form results to email > > > > -Original Message- > >

[PHP-DB] Urgent JOIN help needed

2004-07-30 Thread Chris Payne
Hi there everyone, I'm new to JOINS and have followed some info in the MySQL manual but I'm at a loss, using the code I'll paste below, I get each result 4 times and I am confused as to why? Basically I'm trying to display ALL fields from the vendorprices table, and grab just the Description c

Re: [PHP-DB] Urgent JOIN help needed

2004-07-30 Thread Justin Patrin
On Fri, 30 Jul 2004 23:25:57 -0400, Chris Payne <[EMAIL PROTECTED]> wrote: > Hi there everyone, > > I'm new to JOINS and have followed some info in the MySQL manual but I'm at > a loss, using the code I'll paste below, I get each result 4 times and I am > confused as to why? Basically I'm trying