Re: [PHP-WIN] ASP and PHP

2002-05-17 Thread Benjamin Walling
I'm currently switching from ASP to PHP, so I'm not an MS zealot. I did want to clarify some of your statements. "Court Shrock" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > ASP can't do associative arrays like a hash table? ASP has the dictionary object.

[PHP-WIN] Re: Need help with frames

2002-05-20 Thread Benjamin Walling
Maybe I read it wrong, but you named your frame 'middlepanel', not 'middle'. You need to set that as your target. Are the users changing this stuff from a form? If so, it's your form tag that needs the target="middelpanel". "Bob Sears" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">new

[PHP-WIN] Best environment for PHP on Windows

2002-08-30 Thread Benjamin Walling
We have a website currently running ASP/IIS/Win2k. It has some problems that get it locked up on a semi regular basis, requiring a reboot or killing of dllhost.exe. I've started porting some of the code to PHP to see if this is a viable alternative. So far, I've been running it on IIS/Win2k as

[PHP-WIN] Extension doesn't work in IIS

2003-04-01 Thread Benjamin Walling
I set up the mssql extension. I process a page from the command line (php d:\websites\istatus\DispatchNav.php) and it reads from the SQL Server and processes normally. If I try the page from a browser, I get 'call to undefined function: mssql_connect()'. I have restarted IIS, and that did not he