Re: [PHP-WIN] Visual Studio and PHP

2007-02-04 Thread David Lindstrom
You can create winforms applications with it, but there's no graphical designer. You can run your normal PHP apps with it, giving them a fair speedup. You can use PHP as ASP.NET language (although, I don't think that's recommended). You can access and use any .NET assembly/class, and any .NET a

Re: [PHP-WIN] Visual Studio and PHP

2007-02-04 Thread Aaron Kenney
Here's a concept: Visual php.net. Please microsoft please? Isn't it time to kill off ASP yet? On 2/4/07, David Lindstrom <[EMAIL PROTECTED]> wrote: With Phalanger and its VS integration package, you get color highligthning and debugging support, and since Phalanger compiles into .NET assemblies,

Re: [PHP-WIN] Visual Studio and PHP

2007-02-04 Thread David Lindstrom
With Phalanger and its VS integration package, you get color highligthning and debugging support, and since Phalanger compiles into .NET assemblies, you can have quite some fun. -- // DvDmanDT mail: dvdmandt¤telia.com msn: dvdmandt¤hotmail.com ""Bruce Cowin"" <[EMAIL PROTECTED]> skrev i meddel

Re: [PHP-WIN] Visual Studio and PHP

2007-02-04 Thread Bruce Cowin
I use Visual Studio to write my PHP code. I use as is, without any add-ins or tools. Ok, you don't get the colour coding in the PHP code so it's really just using it as a text editor. But works fine. Regards, Bruce >>> Jarrett Meyer <[EMAIL PROTECTED]> 3/02/2007 7:10:25 a.m. >>> To: PHP Wi

Re: [PHP-WIN] Printer Functions - print a file

2007-02-04 Thread Stut
Chuck Anderson wrote: I've scoured the php.net online manual and other notes about Printer functions and do not see how I simply send a file to the printer using the Printer functions. PHP cannot do this directly, it needs something that understand the particular file type you're wanting to p

Re: [PHP-WIN] New user having problems :(

2007-02-04 Thread Stut
Future Computers and Internet Services wrote: I am running Apache 2.2 Build Jul 27 2006 with PHP5 the server seams to be working ok but I am unable to get PHP to work at all. pages are either blank or they return the actual code. I must be doing something daft but I just can't see what Have

[PHP-WIN] Calling Illustrator from PHP

2007-02-04 Thread Max Beutel
Hi there, what I want to do on my Windows server: open Illustrator, make it open a JavaScript file and execute it (manually you would go to File -> Scripts), all controlled via PHP. Unfortunately I got no idea on how to do this. I only got some codesnippet, that opens Illustrator. Not that muc

[PHP-WIN] Calling Illustrator from PHP

2007-02-04 Thread Max Beutel
Hello there, On a windows server, I want to call Adobe Illustrator, make it open a javascript file and execute it. All controlled via PHP. I use com to call illustrator, which already works nice, but I cant make it yet to open the script file. Does anyone know where to find information about th