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.
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
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
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