About PHP
-
Hello there ! can any one please tell me that 1. can we make the desktop/windows application in the PHP and 2. can we use SQL server 2000 with PHP and 3. last but not the least whether the PHP support crystal report?
-
Hello there ! can any one please tell me that 1. can we make the desktop/windows application in the PHP and 2. can we use SQL server 2000 with PHP and 3. last but not the least whether the PHP support crystal report?
Smashing_Blizzard wrote:
1. can we make the desktop/windows application in the PHP
Yes and no. PHP is primarily used for scripting in websites or command-line driven operations. I haven't seen a PHP implementation that "does Windows" nicely. Check this[^] out for a taste.
Smashing_Blizzard wrote:
2. can we use SQL server 2000 with PHP
Yep.
Smashing_Blizzard wrote:
3. last but not the least whether the PHP support crystal report?
Probably would work. The PHP implementations I've seen for Windows all support COM interop, so I don't see why you should be able to at least print a CR report.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007 -
Hello there ! can any one please tell me that 1. can we make the desktop/windows application in the PHP and 2. can we use SQL server 2000 with PHP and 3. last but not the least whether the PHP support crystal report?