[PHP-WIN] AOLserver + php + windows?

2002-05-18 Thread Eduards Cauna
Anybody ever installed AOLserver + php + windows? Eduards -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] php4.2.1:install problem

2002-05-18 Thread linccg
I compiled php 4.2.1 in VC 6.0 on WinXP, but get an error: Linking... LINK : fatal error LNK1181: cannot open input file "ApacheCore.lib" Error executing link.exe. My setting is: Set Active Project Configuration php4apache - Win32 Release_TS_inline Configure Win32 Release_TS_inline Cou

[PHP-WIN] How to get all combinations

2002-05-18 Thread Steen Rabol
Hi I have 6 arrays with data and would like to have all possible combinations Eg. $a1 = array(1,2); $a2 = array(3,4); $a3 = array(5,6); $a4 = array(7,8); $a5 = array(9,10); $a6 = array(11,12); the result should then be a new array like this: [0] = 1,3,5,7,9,11 [1] = 1,4,5,7,9,11 [2] = 1,6,5,7,

[PHP-WIN] Re: EXEC and Windows

2002-05-18 Thread firepages
try exec('start c:\progra~1\swish-e\swish-e.exe -w test -f C:/Progra~1/EasyPHP/www/atelier_dev/data/index.swish-e',$out); will start a seperate process but may kickstart it for you, I find exec a bit wobbly on windows depending on the .exe in hand so I more often than not just create a batchfile

Re: [PHP-WIN] Re: EXEC and Windows

2002-05-18 Thread Scott Carr
First, have you made sure to: $out = array(); before the exec line? Also, does the program swish-e.exe return anything to output when you run it from the command line? -- Scott Carr OpenOffice.org Whiteboard-Doc Maintainer http://whiteboard.openoffice.org/doc/ Quoting firepages <[EMAIL PROTE

[PHP-WIN] Re: Extra space added on import

2002-05-18 Thread Hugh Bothwell
"Jerry" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > > When I import a comma delimited text file into a table using > MySQL Front, a space is added to one of the fields which is a > varchar field. How can I keep this from happening? after importing

php-windows Digest 18 May 2002 17:59:51 -0000 Issue 1150

2002-05-18 Thread php-windows-digest-help
php-windows Digest 18 May 2002 17:59:51 - Issue 1150 Topics (messages 13852 through 13857): AOLserver + php + windows? 13852 by: Eduards Cauna php4.2.1:install problem 13853 by: linccg How to get all combinations 13854 by: Steen Rabol Re: EXEC and Windows

Re: [PHP-WIN] ASP and PHP

2002-05-18 Thread Luis Ferro
In a purelly personnal taste, i prefer PHP over ASP because the syntax is C like, which makes it easier to programm in both client side (Javascript) and server side (php). Specially because VBScript isn't a option for client side programming (isn't a standard). BUT i program in both and like t