php-windows Digest 12 Dec 2002 02:43:55 -0000 Issue 1482
Topics (messages 17380 through 17386):
Crystal Report -> PHP4 / Report Generator
17380 by: Bernain, Fernando G.
17381 by: Svensson, B.A.T. (HKG)
accesing to a dll
17382 by: Omar
ordering results
17383 by: T B
17384 by: Joseph W. Goff
17385 by: Dash McElroy
combining php with other scripting
17386 by: milisphp
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
I'm working in a migration of an application from MSSQL7-VB6.0-Crystal
Reports to MSSQL7-winApache-PHP4.
I'm having problems with the reporting, because I cant find an "user
friendly" solution for the creation of reports with PHP (I need something
similar in functionality and look and fell to the Crystal Reports).
I tried with a class "report" wrote in PHP4 but I saw that I'll have a long
way to obtain a minimum level of functionality...
Am I following the correct way in solving this problem???
Have anybody of you developed something similar to a Report Generator???
Does exist any application that I could use???
Thanks!!!!
Fernando Bernain
Senior A
Business Process Outsourcing
KPMG Argentina
Tel: 54 11 4316 5754
Fax: 54 11 4316 5734
[EMAIL PROTECTED]
Email Disclaimer
The information in this email is confidential and may be
legally privileged.
It is intended solely for the addressee.
Access to this email by anyone else is unauthorised.
If you are not the intended recipient, any disclosure,
copying, distribution
or any action taken or omitted to be taken in reliance
on it, is prohibited and may be unlawful.
When addressed to our clients any opinions or advice
contained in this email are subject to the terms and
conditions expressed in the governing KPMG client engagement
letter.
--- End Message ---
--- Begin Message ---
http://www.goldmark.org/jeff/stupid-disclaimers/
> Email Disclaimer
>
> The information in this email is confidential and may be
> legally privileged.
> It is intended solely for the addressee.
> Access to this email by anyone else is unauthorised.
> If you are not the intended recipient, any disclosure,
> copying, distribution
> or any action taken or omitted to be taken in reliance
> on it, is prohibited and may be unlawful.
> When addressed to our clients any opinions or advice
> contained in this email are subject to the terms and
> conditions expressed in the governing KPMG client engagement
> letter.
--- End Message ---
--- Begin Message ---
I wanto to access to a function in a dll file.
Is this posible?
Thank you.
--- End Message ---
--- Begin Message ---
i have a database of weekly results and use a php script to compute some
totals.
how would i go about ordering the totals?
thanks,
t
--- End Message ---
--- Begin Message ---
Assuming that you are storing the totals in an array then you can use the
sort functions that are built into php, else you will have to sort manualy.
----- Original Message -----
From: "T B" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 11, 2002 11:31 AM
Subject: [PHP-WIN] ordering results
> i have a database of weekly results and use a php script to compute some
> totals.
>
> how would i go about ordering the totals?
>
> thanks,
>
> t
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--- End Message ---
--- Begin Message ---
You could either sort in PHP after you return the resultset, or you could
use a sort option in your sql query. In MySQL, sorting is easy. I imagine it
should be just as easy in any other db.
Unless you are sorting the resultset by something odd, it's probably best to
have the database sort it. Make the database do what it was designed to do
and take a load off PHP.
-Dash
-----Original Message-----
From: T B [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 11, 2002 9:32 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] ordering results
i have a database of weekly results and use a php script to compute some
totals.
how would i go about ordering the totals?
thanks,
t
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
Hi,
I wanted to ask wheter php can be combine with different scripting
language like ColdFusion, JSP, etc.
The reason is that I have to add several function to 2 websites (it uses
ColdFusion and JSP) and I would prefer to develop the function using PHP
and not ColdFusion or JSP.
Thanks a lot.
I hope is not out of scope since all of this websites are on windows
machine.
Hansen
--- End Message ---