Re: [PHP-WIN] php with mssql

2002-11-13 Thread soff
Dash, I am installing "Microsoft Data Access Components 2.7 RTM" and hope it will help me. Thanks for your help, best wishes. At Tue, 12 Nov 2002 23:55:28 -0800 (PST) , you wrote: > I wish I could offer more assistance... > > Here's an odd thought: Can you show me an example of where IN

[PHP-WIN] Re: PHP 4.2.3 / Windows 2000 / Apache 1.3.* / Install Prob

2002-11-13 Thread Nenad Djordjevic
Hello Matt, I use apache server on Win 2k machine too. PHP is installed in folder `c:/www/php/` In apache httpd.conf I add lines: ScriptAlias /php/ "C:/www/php/" AddType application/x-httpd-php .php .php3 .phtml Action application/x-httpd-php "/php/php.exe" Best reg

Re: [PHP-WIN] PHP 4.2.3 / Windows 2000 / Apache 1.3.* / Install Prob

2002-11-13 Thread Steel
Hi Nenad, Wednesday, November 13, 2002, 11:38:59 AM, I've got: ND> I use apache server on Win 2k machine too. ND> PHP is installed in folder `c:/www/php/` ND> In apache httpd.conf I add lines: ND> ScriptAlias /php/ "C:/www/php/" ND> AddType application/x-httpd-php .php .php3 .phtml ND> Actio

[PHP-WIN] Re: [PHP-DB] php with mssql

2002-11-13 Thread soff
Hello, My env is Win2000 Server + php lastest STABLE + Aapache 2.0.43 + MS SQL Server 2000(SP2). ÄúÔÚ Wed, 13 Nov 2002 13:50:25 +0530 µÄÀ´ÐÅÖÐÌáµ½: > Hi Soff, > Can U briefly explain in which platform is PHP running? > Regards > > > -Original Message- > From: soff [mailto:soff@;2

[PHP-WIN] RE: php with mssql

2002-11-13 Thread Carlos Andre Marques Moreira
Hi, that's very strange. I use mssql_connect and i can execute all statements: Select, Insert, Update, Delete, Stored Procedures with or without parameters. Wouldn't it be a SQL Syntax error? BTW, my configurationg is W2K + IIS 5.0 + PHP 4.2.2 + MS SQL Server 7.0 Carlos André Marques Moreira SE

RE: [PHP-WIN] RE: php with mssql

2002-11-13 Thread Matt Kynaston
> I am trying to connect mssql with php, when I use > mssql_pconnect(), It > will fail to connect when the amount of visitors becomes large. Just a thought - are you using the developer (ie MSDN subscription) version of SQLServer? That limits connections to 10 - and since mssql_pconnect will lea

Re: [PHP-WIN] RE: php with mssql

2002-11-13 Thread soff
Thanks for your help. My SQLServer version is Enterprise, there is no connection limit. MDAC2.7 have no help as you said :( ÄúÔÚ Wed, 13 Nov 2002 11:57:19 - µÄÀ´ÐÅÖÐÌáµ½: > > I am trying to connect mssql with php, when I use > > mssql_pconnect(), It > > will fail to connect when the amou

Re: [PHP-WIN] header:location question = PROBLEM SOLVED

2002-11-13 Thread Daniel Sturk
thanks alot the problem was solved easily with this code: (i forgot to tell that i the url arrived from another page) function fwdPage() { location=""; } best regards Daniel - Original Message - From: "RS Herhuth" <[EMAIL PROTECTED]> To: "Daniel Sturk" <[EM

[PHP-WIN] Permission denied with copy function..

2002-11-13 Thread Step Schwarz
Sorry to post two questions in the space of 24 hours, but I'd very much appreciate a fresh pair of eyes. I built a content management area for a client to assist with managing text in their MySQL employee database and uploading photos directly to their server. Works fine in our test environment b

Re: [PHP-WIN] Permission denied with copy function..

2002-11-13 Thread Scott Carr
What user is IIS running as? Does it have access to those directories? -- Scott Carr Documentation Maintainer http://documentation.openoffice.org OpenOffice.org Quoting Step Schwarz <[EMAIL PROTECTED]>: > Sorry to post two questions in the space of 24 hours, but I'd very much > appreciate a fr

php-windows Digest 13 Nov 2002 18:59:28 -0000 Issue 1438

2002-11-13 Thread php-windows-digest-help
php-windows Digest 13 Nov 2002 18:59:28 - Issue 1438 Topics (messages 16912 through 16929): Re: php with mssql 16912 by: Dash McElroy 16913 by: soff 16914 by: Dash McElroy 16916 by: soff 16917 by: Dash McElroy 16918 by: soff 16919 by: D

[PHP-WIN] Re: Permission denied with copy function..

2002-11-13 Thread Brian 'Bex' Huff
you might also want to check the value for "open_basedir" in your php.ini file. It will restrict file i/o above and beyond what the filesystem will restrict. Most likely, the user that IIS is running under does not have file creation privileges for that folder. You should create a new user w

[PHP-WIN] COLD FUSION and PHP

2002-11-13 Thread no one
Can I configure PHP to run with the Cold Fusion standalone server? I don't have IIS installed. I'm on windows 2000 pro. I want to run the cold fusion server and be able to execute PHP scripts. Can anyone provide me with any guidance? Thanks [EMAIL PROTECTED] -- PHP Windows Mailing List (ht

[PHP-WIN] can php call a C executable program?

2002-11-13 Thread David Giragosian
Howdy All, I have a C program that runs some queries on a MySQL db. I would like to trigger the program's execution from a web page. Can't seem to trigger the executable. Any thoughts/ideas/small code examples would be greatly appreciated. Thanks,David -- PHP Windows Mailing List (http:/

[PHP-WIN] php com+ components on appache

2002-11-13 Thread kai
hi guy's I have a problem running com+ code and would appreciate any help. What I like to do is have the mediaplayer run a wave file triggert from php via com. but I can not run any example code from the help without errors. this code is from a the help and should work but doesn't on my mashine:

[PHP-WIN] New commercial software needs beta testers

2002-11-13 Thread Jeremy Wilson
Intravative Software Corporation will be releasing a new commercial software application in January 2003 called iIPN. The software enables paypal sellers to sell and automatically deliver digital and non-digital products from their web site. The software is currently the most robust out of any othe

[PHP-WIN] Need to read a double value from a binary file

2002-11-13 Thread Juan Carlos Gonzalez
Hi all! I need to read 8 bytes from a binary file (shp file) and cast it to its double value... I'm having problems because PHP casts it automaticlly to a string using fread; I can't find the function to cast it correctly, because floatval only removes the non-numeric parts of the variable, but it

[PHP-WIN] Re: php with mssql

2002-11-13 Thread soff
Hello, I think changing to ODBC may cost lots of time :( ÄúÔÚ Wed, 13 Nov 2002 17:19:31 + µÄÀ´ÐÅÖÐÌáµ½: > Hail soff > > On 13 November 2002 at 14:56:19 +0800 (which was 06:56 where I live) soff > rearranged electrons to get > > > I am trying to connect mssql with php, when I use mssql_p

php-windows Digest 14 Nov 2002 07:00:38 -0000 Issue 1439

2002-11-13 Thread php-windows-digest-help
php-windows Digest 14 Nov 2002 07:00:38 - Issue 1439 Topics (messages 16930 through 16936): Re: Permission denied with copy function.. 16930 by: Brian 'Bex' Huff COLD FUSION and PHP 16931 by: no one can php call a C executable program? 16932 by: David Giragosian Ne

Re: [PHP-WIN] Need to read a double value from a binary file

2002-11-13 Thread Rasmus Lerdorf
$float = (float)$string; On Tue, 12 Nov 2002, Juan Carlos Gonzalez wrote: > Hi all! I need to read 8 bytes from a binary file (shp file) and cast it to > its double value... > > I'm having problems because PHP casts it automaticlly to a string using > fread; I can't find the function to cast it c