•How to access crystal reports through PHP code?
Answer / guest
We can access crystal reports in php using COM object.
e.g.
$domobj = new COM("crystalruntime.application");
$domobj->OpenReport("repname.rpt");
There are different ExportFormatType
//4 - RTF; 31 - PDF; 30 - xls; 36 - xls; 14 – doc
| Is This Answer Correct ? | 0 Yes | 1 No |
A process can run only in the background. State Whether True or False?
Tell me what are the __construct() and __destruct() methods in a php class?
Write a PHP code to print following number pattern: 123 456 789
what is php?
How do I clear my browser session?
What is the use of die in php?
What is the use of header() function in PHP? What the Limitation of HEADER()?
how can i disable multiple user in the same password in my website using any scripts
What does csrf token mean?
How long will it take to learn php?
Write syntax to open a file in php?
How to swap two variables without using 3rd temp variable.