Re: [PHP-DB] error message print

2003-01-14 Thread Kent Roper
echo font color=red$message_new/font;  

Is that what you wanted?



- Original Message - 
From: Addison Ellis [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, January 14, 2003 5:01 PM
Subject: [PHP-DB] error message print


 hello,
 how can i get an error message to print in the color red as 
 in the code below?
 thank you for your time, addison
   $message_new = $zip is not a valid zip code.
 Please try again.;
 -- 
 Addison Ellis
 small independent publishing co.
 114 B 29th Avenue North
 Nashville, TN 37203
 (615) 321-1791
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 subsidiaries of small independent publishing co.
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]


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




Re: [PHP-DB] PDFlib

2002-11-25 Thread Kent Roper
Web Monkey lists a few alternatives here:
http://hotwired.lycos.com/webmonkey/02/20/index3a.html?tw=programming


- Original Message -
From: nikos [EMAIL PROTECTED]
To: PHP-mailist [EMAIL PROTECTED]
Sent: Monday, November 25, 2002 7:19 AM
Subject: [PHP-DB] PDFlib


Hello everybody
Does evrybody know if there is a free version of PDFlib
Thanx
Nikos



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




Re: [PHP-DB] Best reporting Tool

2002-11-14 Thread Kent Roper
For PDF capabilities for a host that doesn't provide them check out
http://www.ros.co.nz/pdf

They have some free php scripts that you can upload to your server to create
PDF on the fly.
It might not be able to do everything, but I've found it very useful on one
of my sites.


- Original Message -
From: Aaron Wolski [EMAIL PROTECTED]
To: 'John KRewson' [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, November 14, 2002 7:50 AM
Subject: RE: [PHP-DB] Best reporting Tool


 I have to agree on the PDF.


 Currently my host does not provide for PDF capabilities as of yet but I
 believe they are going to be compiling with support for PDF soon.

 When they do, look out. The success of some of our commercial apps will
 rise for sure as this reporting options becomes available. A lot of our
 apps/tools are for customers of our clients... meaning our clients
 (marketing and Ad firms) utilize our tools to sell to their clients
 therefore a lot of the reports need to be made available to their
 clients as well. PDF files will really enhance the client-relationship
 thus making it that much stronger and a longer lasting business
 relationship (more$).

 Just my thoughts.

 Aaron

 -Original Message-
 From: John KRewson [mailto:krewsonj;sworps.utk.edu]
 Sent: November 14, 2002 10:47 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [PHP-DB] Best reporting Tool


 I have recently been creating reports using PHP's pdf libraries.
  Somewhat time consuming to develop them from scratch and the client has

 to have the acrobat reader, but they look slick, I must say.  Another
 option is to create RTF or PDF templates and simply replace certain
 areas with your data.

 This might not be what you are looking for, but a couple of places to
 start:
 http://zope1.devshed.com/zope.devshed.com/Server_Side/PHP/PDF/page1.html
 http://www.phpbuilder.com/columns/perugini20001026.php3

  One nice thing about this is that quite a few people seem to be
 developing classes for this kind of reporting.


 Mohammad Saad wrote:

 Hi, I wanted to ask a question, Whats the best way of developing
 reports in
 PHP. I mean in case of ASP, developers use Crystal Reports but
 apparently
 PHP doesn't support Crystal Reports. so is there any other tool for me?
 or
 should I use conventional method of writing database queries, PHP
 paging and
 HTML table formatting to generate reports. The reason I am asking is
 this,
 that for a particular project I need to come up with around 175
 reports,
 Although am sure some of the reports formats will be the same so I can
 just
 switch queries in those. but still is there any other better way out,
 are
 Oracle Reports supported in PHP?
 
 Thanks in Advance
 Saad
 
 
 
 


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




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





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