[PHP-WIN] Re: ASSISTANCE NEEDED

2003-07-03 Thread Louis
How the hell did this get added to the PHP list :O. Spam, junk u name it, thats just what this is "Mariam Abacha" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hello, I am sorry for the embarrassment this letter might cause you as we have not had any correspondence before this lette

[PHP-WIN] ...misbehaved by not returning a complete set of HTTP headers

2001-07-19 Thread Louis Romestant
pings, php -i, etc. All seems ok. The machine that doesn't work differs from the one that does in that its server v. professional and its had SP2 applied. What else should I be looking for? Louis -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROT

[PHP-WIN] PHP 4/MS Sql Server

2001-12-03 Thread Louis Romestant
I've been doing this: , , ); mssql_select_db( , $cn); ?> And it works like a dream on servers over which I have control. My ISP supports PHP4 (on Windows) and Ms Sql Server. They setup a db for me which I can connect to using Enterprise Manager. No matter how I cast mssql_connect(), thought,

[PHP-WIN] Undefined variable

2005-01-12 Thread Louis Young
Cheers Louis * -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Application variables

2005-01-13 Thread Louis Young
Hi guys I know PHP doesn't support application variables. Anybody have a good workaround for this? Cheers Louis -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Error when trying to get global variables

2005-01-13 Thread Louis Young
ionString"]; also doesn't print out anything. What am I doing wrong? Cheers Louis -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] This is a tricky one

2005-01-13 Thread Louis Young
e page is that is loading underneath it. At first I thought I could use HTTP_REFERER, but this would only be true if the page is the loader of the header, which is not always the case. Any help will be appreciated. Cheers Louis -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, v

[PHP-WIN] Call ActiveX component

2005-01-14 Thread Louis Young
e error*: parse error in *C:\Program Files\Apache Group\Apache2\htdocs\spar\admin\rpt_electrans.php* on line *281 Any ideas? Cheers Louis * -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Insert range in Excel

2005-01-14 Thread Louis Young
ivate; //Activate it $cell = $sheets->Cells(1,2) ; //Select the cell (Row Column number) $cell->activate; //Activate the cell $cell->value = "ELECTRICITY TRANSACTIONS Outlet ".trim($Outlet_session); //Change it But now how would I insert a range i.e., simulate in Excel the follow

[PHP-WIN] Change Excel spreadsheet

2005-01-14 Thread Louis Young
Hi What would be the best way to do the following: Open an existing Excel spreadsheet. Make some changes to it. Save it under a different file name. Anybody got some source or a URL? Cheers Louis -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

[PHP-WIN] Newbie question: convert string to int

2005-01-16 Thread Louis Young
Hi there What's the function to convert a string to an int. Cheers Louis -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Memory error

2005-01-17 Thread Louis Young
rans.php Any ideas what could be the cause of this? Thanks Louis -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Trouble opening excel workbook

2005-01-17 Thread Louis Young
&new COM("Excel.sheet") or Die ("Did not connect"); //$ex->Application->Visible = 1; #Uncomment to make Excel visible. //Open the workbook that we want to use. $wkb = $ex->application->Workbooks->Open($workbook) or Die ("Did not open"); echo "

[PHP-WIN] Tool to convert delphi to php

2005-01-17 Thread Louis Young
Hi Is there a tool that can do this for me, or do I have to do it manually? Cheers Louis -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PHP doesn't like COM

2005-01-18 Thread Louis Young
coClientBalance") or Die("Did not connect"); produces: Did not connect. Cheers Louis -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Stored proc

2005-01-18 Thread Louis Young
ery failed in *c:\program files\apache group\apache\htdocs\spar\admin\rpt_electrans.php* on line *172 If I echo the parameter of mssql_query and copy and paste it into SQL Query Analyzer it works fine. Any ideas what I might be missing? Cheers Louis * -- PHP Windows Mailing List (htt

[PHP-WIN] Weird windows error

2005-01-18 Thread Louis Young
RegSvr32 --- LoadLibrary("php_mssql.dll") failed - The specified module could not be found. --- OK --- Any help will be greatly appreciated, thanks Cheers Louis -- PHP Windows Mailing List (http://www.php.net/) To u

[PHP-WIN] Latest version of Sql Server client tools (was weird windows error)

2005-01-18 Thread Louis Young
right version of the ntwdblib.dll dll? Cheers Louis -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] SpreadSheet_Excel_Writer PEAR package

2005-01-19 Thread Louis Young
Hi there Why does my background color not show if I set a cells pattern to 0? Cheers Louis -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Move to first record mssql

2005-01-19 Thread Louis Young
($row=mssql_fetch_array($rsElecTrans)) // this is line 514 But I get the following error: *Warning*: mssql_fetch_array(): supplied argument is not a valid MS SQL-result resource in *C:\Program Files\Apache Group\Apache2\htdocs\spar\admin\rpt_electrans.php* on line *514 How does that work? Cheers

[PHP-WIN] Page not displaying all my data

2005-01-20 Thread Louis Young
Problem is it doesn't show all the records it like stops halfway in the one. TIA Louis -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PHP renders funny

2005-01-24 Thread Louis Young
Hi guys I've got a website set up on my machine and it all works fine if I access it from the local machine, but when I access it from another machine the web page comes out all distorted and only comes right if I refresh the page a couple of times. Any ideas? Cheers Louis -- PHP Wi

[PHP-WIN] [Fwd: [php-gurus] PHP renders funny]

2005-01-24 Thread Louis Young
Just more on this. Check what happens to the HTML rendered by the PHP script: Original Message Subject:[php-gurus] PHP renders funny Date: Mon, 24 Jan 2005 17:18:16 +0200 From: Louis Young <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: php-w

RE: [PHP-WIN] Debug PHP , Write Every Action (and not just errors debug related) into a file

2009-05-17 Thread Louis Solomon
tracy to what the email headers show, as they could be faked). Ps if you want to write a wrapper func then use debug_backtrace() to identify the caller instead of __LINE__ __FILE__ Louis Solomon www.SteelBytes.com -Original Message- From: onemancrew [mailto:i...@wserv.co.il] Sent: Sat

RE: [PHP-WIN] Building an extension on windows

2009-06-30 Thread Louis Solomon
s that bundled with the source. Louis Solomon www.SteelBytes.com -Original Message- From: u...@domain.invalid [mailto:u...@domain.invalid] Sent: Wednesday, 1 July 2009 12:39 AM To: php-windows@lists.php.net Subject: [PHP-WIN] Building an extension on windows Hi, I'm told to b

RE: [PHP-WIN] php installer for windows 2008 x64

2009-08-04 Thread Louis Solomon
> Is it the case that more bits doesn't mean faster? Just larger integers and address ranges? Not quite. x64 also has extra registers and some new instructions. http://en.wikipedia.org/wiki/X86-64#Architectural_features Louis Solomon www.SteelBytes.com -Original Message- From:

RE: [PHP-WIN] Relatively simple PHP function to block sql injection

2009-08-04 Thread Louis Solomon
mysql_real_escape_string() / mysqli_real_escape_string() Louis Solomon www.SteelBytes.com -Original Message- From: Jacob Kruger [mailto:jac...@mailzone.co.za] Sent: Wednesday, 5 August 2009 2:58 PM To: php-windows@lists.php.net Subject: [PHP-WIN] Relatively simple PHP function to block

RE: [PHP-WIN] Enchant packaging issue.

2009-10-15 Thread Louis Solomon
around since win2000 Louis Solomon www.SteelBytes.com <http://www.steelbytes.com/> From: Richard Quadling [mailto:rquadl...@googlemail.com] Sent: Thu 2009/10/15 9:23 PM To: php-windows Subject: [PHP-WIN] Enchant packaging issue. Hi. Has this extens

RE: [PHP-WIN] Enchant packaging issue.

2009-10-15 Thread Louis Solomon
> with junction you can only symlink dirs, not files. Yes, but I didn't say to use a junction. I was pointing out that you can make hardlinks to files on windows contrary to popular belief. Read the article and checkout the command line tool mklink (in vista&7) L

RE: [PHP-WIN] Zend Server Community Edition

2009-10-23 Thread Louis Solomon
what flavour/edition/version? and what do you hope to gain by using it instead of just installing php + mysql(?) on whatever webserver? Louis Solomon www.SteelBytes.com <http://www.steelbytes.com/> From: Marcos R. Cardoso [mailto:mcard...@furb.br

RE: [PHP-WIN] Zend Server Community Edition

2009-10-23 Thread Louis Solomon
nd is very quick. Louis Solomon www.SteelBytes.com -Original Message- From: Marcos R. Cardoso [mailto:mcard...@furb.br] Sent: Saturday, 24 October 2009 12:11 AM To: Louis Solomon Subject: Re: [PHP-WIN] Zend Server Community Edition I have installed the last version available on Zend.

RE: [PHP-WIN] Re: PHP console (php.exe -a)

2009-12-28 Thread Louis Solomon
> ... But, if I now enter "^C" ... although maybe not a solution to php being a strange beast, IIFC Ctrl-Z is the normal way to terminate input via stdin. Louis Solomon www.SteelBytes.com <http://www.steelbytes.com/> From: news o

RE: [PHP-WIN] PHP has encountered an Access Violation at 02892BEB

2010-01-20 Thread Louis Solomon
Google for instructions on installing php as isapi, then undo those instructions in reverse Louis Solomon www.SteelBytes.com -Original Message- From: Lucasweb - info [mailto:i...@lucasweb.it] Sent: Thursday, 21 January 2010 1:07 AM To: php-windows@lists.php.net Subject: [PHP-WIN] PHP

RE: [PHP-WIN] What about php 5.3 and printers or PHP_PRINTER.DLL ?

2010-02-23 Thread Louis Solomon
DocumentProperties is probably trying to load some 3rd party printer dll extensions. Suggest using procmon.exe and filter for access denied to see what is failing Louis Solomon www.SteelBytes.com -Original Message- From: Venkat Raman Don [mailto:don.ra...@microsoft.com] Sent

[PHP-WIN] Re: [PHP] How to check if remote machines are running using PHP and Eclipse-Require Urgent Help

2011-04-01 Thread Louis Huppenbauer
You could just periodically ping those remote machines with a system()-call, and then write the result to a file. 2011/4/1 Santosh gunat : > Hi, > > I am in a big problem, > > My manager gave a task, > He want a PHP scrip which will check if the remote machines are Powered on > and are running. >

[PHP-WIN] imap_sort and Win2K-IIS5

2001-12-05 Thread Jacques St-Louis
on at 77F821E1" The same script works fine on NT4 with Apache server. Is this a bug on PHP-Win2k-IIS? Thanks! Jacques St-Louis [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To c

[PHP-WIN] [Request] ISAPI and Keep-Alives

2005-03-01 Thread Louis Solomon \[SteelBytes\]
rules such as, allowing for the client sending Connection-Close in the request headers, and setting Content-Length in it's reply headers etc) -- Louis Solomon www.SteelBytes.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] [Request] full DNS resolve support on Win32

2005-03-01 Thread Louis Solomon \[SteelBytes\]
subject line says it all :-) ok, in particular the most useful one is being able to retrieve MX records. to quote from the docs for dns_get_record() (PHP5), "This function is not implemented on Windows platforms" -- Louis Solomon www.SteelBytes.com -- PHP Windows Mailing

[PHP-WIN] test

2005-03-01 Thread Louis Solomon \[SteelBytes\]
-- Louis Solomon www.SteelBytes.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Error 500 in IIS weblog

2005-03-01 Thread Louis Solomon \[SteelBytes\]
not happening here. -- Louis Solomon www.SteelBytes.com "Menashe" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I'm running php 5.03 on windows 2003 as isapi. > > Everything looks OK, and i can see all the php pages, but when I checke

[PHP-WIN] Re: Windows 2003 SP1 / PHP 5.03

2005-04-16 Thread Louis Solomon \[SteelBytes\]
Win2K3 SP1 + PHP 5.04 + mySQL 4.1.10a-nt-max, works fine for me. -- Louis Solomon www.SteelBytes.com "Liquidfrog" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, > > Already posted this over at php.net. Basically they told me to get lost > an

[PHP-WIN] Re: Problem 1 of 2 - Sessions not working

2005-04-22 Thread Louis Solomon \[SteelBytes\]
> My PHP.INI file appears to be properly configured for session usage - at > least, it is set according to what document specs I've been able to find. so what are your ini session settings? -- Louis Solomon www.SteelBytes.com -- PHP Windows Mailing List (http://www.php.net/) To

Re: [PHP-WIN] Re: Problem 1 of 2 - Sessions not working

2005-04-23 Thread Louis Solomon \[SteelBytes\]
session.save_handler = file session.save_path = e:\PHP\sessiondata; argument passed to save_handler is there adequate permissions on e:\PHP\sessiondata? (simple test, set it to everyone full, and see if it helps) -- Louis Solomon www.SteelBytes.com "Lists" <[EMAIL PROTECT

Re: [PHP-WIN] Re: Problem 1 of 2 - Sessions not working

2005-04-25 Thread Louis Solomon \[SteelBytes\]
kies On On session.use_only_cookies Off Off session.use_trans_sid 1 1 -- Louis Solomon www.SteelBytes.com "Lists" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Yes, sir. I even changed permissions on e:\PHP to everyone and made inheritable, i.e., I removed all permissions, then r

[PHP-WIN] Re: Print inside a variable

2005-05-02 Thread Louis Solomon \[SteelBytes\]
try something more like this ... (very simplified to demonstrate) $myarray = array('fred','bob','jane'); $msg = ''; for ($i=0;$i'; echo $msg; -- Louis Solomon www.SteelBytes.com "Maxwell Brodie" <[EMAIL PROTECTED]> wrote in message

[PHP-WIN] Re: covert binary data with php

2005-05-12 Thread Louis Solomon \[SteelBytes\]
show us your code -- Louis Solomon www.SteelBytes.com "Burkhard Herre" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > hello > > i have a problem with reading binary data from a file. > i read byte by byte with fread... > > now i want to co

[PHP-WIN] Re: Firefox COM objects?

2005-05-16 Thread Louis Solomon \[SteelBytes\]
ask the firefox team -- Louis Solomon www.SteelBytes.com "Dang Nguyen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, > > I have a PHP script that uses the IE COM object for automating some tests. > I'd like to be able to test the s

Re: [PHP-WIN] Re: Firefox COM objects?

2005-05-17 Thread Louis Solomon \[SteelBytes\]
>>Does Firefox support COM objects >> ask the firefox team > theres some css for firefox you can use umm ... what does CSS have to do with COM? -- Louis Solomon www.SteelBytes.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Questions oh PHP

2005-05-17 Thread Louis Solomon \[SteelBytes\]
don't confuse client side operations such as keyboard handling (eg jscript,vbscript) with server side scripting (eg php). -- Louis Solomon www.SteelBytes.com "Barry Fawthrop" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi all > > being new

Re: [PHP-WIN] Re: Firefox COM objects?

2005-05-18 Thread Louis Solomon \[SteelBytes\]
ad been with IE), they had been using it to automate IE, and wanted to do the same with FireFox. Presumably to load webpages, maybe fill out forms, submit, read results, etc. Now, again, where does CSS fit in? -- Louis Solomon www.SteelBytes.com -- PHP Windows Mailing List (http://ww

[PHP-WIN] Re: problems / mistake in pack () and unpack() ???

2005-05-18 Thread Louis Solomon \[SteelBytes\]
if you wrote to the file from say a PowerPC (big endian) (eg MacOSX) using I or L, then read the file using a Intel (or AMD) (little endian) (eg Windows) using I or L, then it would give different results. -- Louis Solomon www.SteelBytes.com "Burkhard Herre" <[EMAIL PROTECT

Re: [PHP-WIN] HTML source code is cut off in some cases with Windows 2003 SP 1, IIS, PHP 5.0.4, CGI/FastCGI

2005-05-18 Thread Louis Solomon \[SteelBytes\]
e. also I have been able to get connection reuse working with CGI (this involved a lot of work and uses the prepend&append ini settings), but the php ISAPI forces connection close :-( I wish the php team would fix this. -- Louis Solomon www.SteelBytes.com -- PHP Windows Mailin

[PHP-WIN] Re: Help with windows 2003 iis6, exec() and permissions

2005-05-18 Thread Louis Solomon \[SteelBytes\]
> What is the correct way to setup php/iis to allow php access to run exec() > (ping.exe,cat.exe (from gnu utilities for win32), and any other command > shell stuff.) etc. access to %windir%\system32\cmd.exe is required. this is denied in a default IIS6 installation. -- Loui

[PHP-WIN] Re: Help with windows 2003 iis6, exec() and permissions

2005-05-19 Thread Louis Solomon \[SteelBytes\]
command was a command line .exe. you could maybe check the newer proc_open() function - I'm not sure with that one. -- Louis Solomon www.SteelBytes.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Crazy user input with html in it

2005-05-27 Thread Louis Solomon [SteelBytes]
lentities($string_from_db); -- Louis Solomon www.SteelBytes.com "Ross Honniball" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi all, > > Say you get some text field from a user and store it in a database. Then > later you display this input. If the user h

[PHP-WIN] Re: PHP cannot connect to the database

2005-06-02 Thread Louis Solomon [SteelBytes]
as a debugging tip, try running php and a test script from the cmd line, rather then through IIS. -- Louis Solomon www.SteelBytes.com "Scott Powell" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I cannot get PHP to work with either MySQL or MS-SQL

[PHP-WIN] Re: Using Inernet Explorer COM object and need to reference popup windows

2005-06-16 Thread Louis Solomon [SteelBytes]
you may be better off in msnews.microsoft.com : microsoft.public.inetsdk.programming.webbrowser_ctl -- Louis Solomon www.SteelBytes.com ""Dang Nguyen"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I am using PHP 5.0.4 and using Inter

[PHP-WIN] Re: Trying to get printf to do something

2005-06-23 Thread Louis Solomon [SteelBytes]
echo round(S/N*100); -- Louis Solomon www.SteelBytes.com ""Zach Korpi"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi PHP List Members, > > > > I work for Northern Michigan University. Currently I am a student > studying > ac

[PHP-WIN] Re: problem with printing to a usb printer using php_printer.dll

2005-06-30 Thread Louis Solomon [SteelBytes]
is the dell 720 capable of recieving raw text with no leading escape codes ? I know modern epson prointers are not. why are you sending "raw" -- Louis Solomon www.SteelBytes.com "Sean Rowe" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > if no one

[PHP-WIN] Re: Problems with shell_exec() running .bat with For /F

2005-06-30 Thread Louis Solomon [SteelBytes]
> ... or have I missed some finer point about regional settings? probably. check out the 'apply all setting to the current user account and the default user profile" in the regional control panel -- Louis Solomon www.SteelBytes.com ""Fred"" <[EMAIL PROTE

[PHP-WIN] Re: disk_free_space and disk_total_space works for only one drive

2005-07-07 Thread Louis Solomon [SteelBytes]
>It does work using PHP on the command line in Windows, though. > Could it be a permissions issue? probably. suonds like it. -- Louis Solomon www.SteelBytes.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: PHP 4 + Mysq 4l - Too many connections

2005-07-18 Thread Louis Solomon [SteelBytes]
> Still, there are times where my IIS server just crashes saying "too many > connections" is this on XP Pro or 2000 Pro (as apposed to say 2000 or 2003 Server) if so, that will be because IIS on workstations limits the number of simultaneous connectiuons to 10 -

[PHP-WIN] Re: Windows 2003 server and IIS 6

2005-07-19 Thread Louis Solomon [SteelBytes]
I personally always avoid the install for php, and I never let any installer touch my IIS config, as 9 times out of 10, they f**k it. I suggest googling this group. -- Louis Solomon www.SteelBytes.com "blulagoon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] &

Re: [PHP-WIN] how to reload ISAPI PHP

2005-07-25 Thread Louis Solomon [SteelBytes]
in IIS6 you can 'recycle' the 'application pool' - faster and kinder on the system then restarting iisadmin -- Louis Solomon www.SteelBytes.com ""Frank M. Kromann"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Restart the

[PHP-WIN] Re: New installation of PHP 5.0.4 on Windows 2003 server

2005-07-28 Thread Louis Solomon [SteelBytes]
maybe NTFS permissions on php.ini? -- Louis Solomon www.SteelBytes.com ""Harris, Walter"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi to all: I have manually installed PHP 5.0.4 on a Windows 2003 server with IIS 6 installed, using ISAPI.

[PHP-WIN] VC6 vs VC9

2009-02-05 Thread Louis Solomon [SteelBytes]
Hi, based on comments on http://windows.php.net/qa/ ... why is the VC9 build compiled to used the CRT as DLLs instead of static? yet I gather the VC6 isn't? why can't the VC9 build be used with apache.org binaries? and why do you have both a VC6 and a VC9 build? just curio

Re: [PHP-WIN] Access Violation

2009-02-11 Thread Louis Solomon [SteelBytes]
forget the ISAPI, use FastCGI. In my experience the ISAPI has never been stable or working fully. mmm, not sure FastCGI is available for IIS for XP, so since it's probably only a dev machine go to just php as cgi. that works fine on all OSes