On Tue, Sep 22, 2009 at 4:38 AM, Richard Quadling
wrote:
> 2009/9/21 Hannes Magnusson :
>> On Mon, Sep 21, 2009 at 12:59, Richard Quadling
>> wrote:
>>> doing, it can be done quite easily using the REG command from the
>>> Windows Resource Toolkit.
>>>
>>> REG ADD "HKLM\Software\Microsoft\Command
Using php 5.1.2 with the php_win32service.dll extension(downloaded for
5.1.2). The only line I've added to php.ini is as follows:
extension = php_win32service.dll
Now, each and every file that I run through php.exe (even a blank file),
generates
a series of notices regarding double-defined cons
Php mysql schreef:
But when i try to connect to the database using the mssql_ functions like:
$user = "";
$password = "";
$myDB = "BACSDB_test";
$sqlconnect = mssql_connect ("$localhost", $user, $password);
$sqldb = mssql_select_db($myDB, $sqlconnect) or die("Couldn't open database $myDB");
$sq
Anne Shroeder schreef:
I've always used PHP on *Nix platforms. So I'm assuming that this is a
windows issue. Here is identical code
(1) on an MS server:
http://www.cgapdirect.org/annes/ProductCosting/contribute.php
(2) on a Linux sever:
http://www.language-works.com/cgap/contribute.php
The form v
agrealname),strlen($tagrealname));
return substr($tagdata,0,strpos($tagdata,''));
}
Hope that helps,
Nathan
"Bas" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I have found that this script doesn't work:
>
> read_tag.php
>
> -
. When making the second call to a function,
PHP fully crashes on the computer, causing IIS to return a CGI error.
Any help would be infitly appreciated,
Nathan
Specs:
For question 2, I am using PHP 4.3.3 on IIS4 on Windows 2000.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe