[PHP-WIN] Variables variables and the Object Factory

2008-08-05 Thread Jerome Hollon
Hello php-windows mailing group, this is my first post! :P I hope I get it right. I have a problem with a web app I'm developing. It is an ajax web app that is built on PHP and JQuery. It works fine on my windows computer running Apache, however, when I move into production on an IIS server, it bre

Re: [PHP-WIN] Re: MSSQL2000 'real' data type and multiple SQL statments in onemssql_query()

2002-05-14 Thread Jerome Houston
ll to mssql_query(), only the *last* statement is a select statment that would return a result set. Usually if i'm doing more that one statement in one mssql_query(), it's because i'm declaring a couple of variables, calling a stored_proc, then 'select'ing the results of t

[PHP-WIN] MSSQL2000 'real' data type and multiple SQL statments in one mssql_query()

2002-05-14 Thread Jerome Houston
to catch all statments and errors, and no errors happened. but all of the mssql*() calls that come after don't even make it to the SQL server. Thanks for reading a long email, and any help that can be given. jerome _

[PHP-WIN] PHP IIS 4 and network drive

2001-05-09 Thread Jerome
I have 2 PCs. On the first, I installed PHP and IIS 4 on a windows NT server and on the second windows NT server without PHP or IIS4. But my web server (the first PC) haven't enough free disk space to store data on it. Then I want to access with PHP on the second PC and for example list the shared

[PHP-WIN] NT Domain authentification

2001-05-06 Thread Jerome
I work on an intranet project in my company. We've got an NT domain. I want to restrict access to certain pages of my intranet using the groups and password of my NT domain, how can i do that ??? I know it's possible to make directories not available with NT but I want to know who are connected fo