[PHP-WIN] Re: [PHP-DOC] Coloured console output support for windows.

2009-09-24 Thread Nathan Adams
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

[PHP-WIN] php_win32service.dll - constants defined multiple times?

2006-02-19 Thread Nathan Bessette
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-WIN] Re: PHP and SQL 2000

2004-08-12 Thread Nathan
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

[PHP-WIN] Re: Variables not passed through form

2004-08-11 Thread Nathan
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

[PHP-WIN] Re: I can't make a 'read_tag.php' file

2003-11-08 Thread Nathan Perkins
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 > > -

[PHP-WIN] Win32 API

2003-11-08 Thread Nathan Perkins
. 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