views:

85

answers:

1

Hi everybody...

I need to use crystal reports with php... I googled around for a long time but was not able to find a good tutorial or book that will explain the process easily and efficiently...

Can anyone point me towards a place where i can get a simple tutorial about using crystal reports with php....?

Thanks a lot for your suggestions......

A: 

You should check with Crystal Report's COM+ Application specifications.

PHP can invoke COM objects

OR, if you're having difficulties with that, you'll find it easier to write a wrapper in .NET for the CrystalReports functionality that you need, assemble it into a COM-visible DLL, register it with regasm and invoke it as a standard COM application from PHP.

Alexander
May work... But i have no idea about .NET.....
SpikETidE
If you know OOP well enough, you'd get along well with the C-like syntax of C#. Lots of questions that will arise will find answers within the first results in a good search in Google. I think you wouldn't be needing more than a tutorial of CrystalReports and .NET, and how to work with datasets. Lots of examples on the internet. Good luck if you choose this way.Visual Studio Professional comes with the tools ready to work with CrystalReports.
Alexander