[PHP] Create a Report

2003-07-09 Thread cavagnaro
I'm using MySQL and PHP for building a website, however now I need to create
a report with something like this:

-
{Title}
{Description}

{Zone1}
Detail Zone1.Topic1
DetailZone1.Topic2
DetailZone1.Topic3

{Zone2}
Detail Zone2.Topic1
DetailZone2.Topic2

{Zone3}
Detail Zone3.Topic1
DetailZone3.Topic2
DetailZone3.Topic3
DetailZone3.Topic4
-

I have 2 tables named Zone1 and Zone1detail where I do a join to get values
I need. How ever  don't know how to make something like this.

Can anyone help? Thanks in advance




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: picture(s) in Excel

2003-07-09 Thread cavagnaro
PHP with Excel??? I know it can work with CVS but not exactly with Excel
(xls) files. Why not use Access (in windows with ASP) or MySQL (in Linux
server)?
Jan [EMAIL PROTECTED] escribió en el mensaje
news:[EMAIL PROTECTED]

 Hi there!

 I'd like to ask if there is any work-around available for saving
 picture(s) (BMP/JPG/PNG) in *.xls file.

 I need to create (using PHP) dynamically xls file with some pictures in
 it.

 thanks

 Jan




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: Create a Report

2003-07-09 Thread cavagnaro
Yes, I know that, what I mean is how to make or which is the PHP code so I
get the report like a Crystal Report for example

David Robley [EMAIL PROTECTED] escribió en el mensaje
news:[EMAIL PROTECTED]
 In article [EMAIL PROTECTED], [EMAIL PROTECTED]
 says...
  I'm using MySQL and PHP for building a website, however now I need to
create
  a report with something like this:
 
  -
  {Title}
  {Description}
 
  {Zone1}
  Detail Zone1.Topic1
  DetailZone1.Topic2
  DetailZone1.Topic3
 
  {Zone2}
  Detail Zone2.Topic1
  DetailZone2.Topic2
 
  {Zone3}
  Detail Zone3.Topic1
  DetailZone3.Topic2
  DetailZone3.Topic3
  DetailZone3.Topic4
  -
 
  I have 2 tables named Zone1 and Zone1detail where I do a join to get
values
  I need. How ever  don't know how to make something like this.
 
  Can anyone help? Thanks in advance

 Depends on how you have structured your tables. There should be a common
 field between the tables on which you can join.

 --
 Quod subigo farinam

 $email =~ s/oz$/au/o;




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Month name

2003-06-25 Thread cavagnaro
How can I get the month name from a date? If you could post with an example
i'll be gratefull



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Month name

2003-06-25 Thread cavagnaro
Thanks guys! It works perfectly!!
Boaz Yahav [EMAIL PROTECTED] escribió en el mensaje
news:[EMAIL PROTECTED]
Check out : http://www.php.net/manual/en/function.date.php

M  - A short textual representation of a month, three letters Jan
through Dec

Sincerely

berber

Visit http://www.weberdev.com/ Today!!!
To see where PHP might take you tomorrow.


-Original Message-
From: cavagnaro [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 25, 2003 8:31 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Month name


How can I get the month name from a date? If you could post with an
example i'll be gratefull



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php