[PHP-WIN] File Length

2004-03-04 Thread dwight ian
Hi People...:) Im a newbie so please be aptient and help me. I have a script that will create a csv file and it works fine. The only problem is, hen the csv file size gets over 230kb it will omit the last part of the file... Where in php can be set to allow a bigger file size? My csv is also

php-windows Digest 5 Mar 2004 05:33:15 -0000 Issue 2150

2004-03-04 Thread php-windows-digest-help
php-windows Digest 5 Mar 2004 05:33:15 - Issue 2150 Topics (messages 23056 through 23064): unlink command on a windows server 23056 by: Brent 23057 by: Charles P. Killmer Sending arguments to a SP in PHP 23058 by: Harpreet K. Singh 23059 by: Gerardo Rojas

RE: [PHP-WIN] session problems

2004-03-04 Thread Sudeep Sarath
Hi carlos, First let me make some assumptions here. The server u are using is Apache..right???..If not i would recommend you to go for that. Ok ..Now if you see a folder like D:\Php\.in your system, i am sure that php may have already installed in ur system or might have installed earlie

Re: [PHP-WIN] PHP Fatal error: Call to undefined function: array()

2004-03-04 Thread Frank M. Kromann
Hi Jim, Array inexes uses [] and not (). Try this print $out[1]; print $out[2]; You might also want to start at index 0. - Frank > I'm getting the above error when either attempting to print or assign > the value of a array element to a variable, after using pre

[PHP-WIN] PHP Fatal error: Call to undefined function: array()

2004-03-04 Thread Jim MacDiarmid
I'm getting the above error when either attempting to print or assign the value of a array element to a variable, after using preg_match(). === Watch for text wrapping === $URL_Filter = "/\s+Trav[0-9]\.([a-zA-Z0-9\:\/\/\.]+)\.\.[a-z0-9]+\sHAS\s([0-9]+)\sspac es?/"; foreach ($outArray as $line){

[PHP-WIN] PHP compiler

2004-03-04 Thread William CANDILLON
Heya ^^ I wanna know if there are a way to "compile" our own php script ? Regards. StorM -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Sending arguments to a SP in PHP

2004-03-04 Thread Harpreet K. Singh
Because it is a string The first variable is a sql statement which is a string the call to the SP is as follows exec limitselect 'select var1, var2, var3 from table1 order by var1',10,100 - Original Message - From: "Gerardo Rojas" <[EMAIL PROTECTED]> To: "Harpreet K. Singh" <[EMAIL PROTE

RE: [PHP-WIN] Sending arguments to a SP in PHP

2004-03-04 Thread Gerardo Rojas
Why do you only have single ticks around the value of $oldquery? -- Gerardo S. Rojas mailto: [EMAIL PROTECTED] -Original Message- From: Harpreet K. Singh [mailto:[EMAIL PROTECTED] Sent: Thursday, March 04, 2004 2:56 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP-WIN] Sending a

[PHP-WIN] Sending arguments to a SP in PHP

2004-03-04 Thread Harpreet K. Singh
I am using PHP and sql server 2000. I have a stored procedure which takes 3 arguments. The first argument is a string and the rest 2 are integers. For some reasons the call to the stored procedure is being trimmed. My call is as follows $oldquery="select var1,var2,var3,var4. from table order

RE: [PHP-WIN] unlink command on a windows server

2004-03-04 Thread Charles P. Killmer
Make sure that the user php is running as has permission to delete files from that directory. Usually IUSR_machinename Charles -Original Message- From: Brent [mailto:[EMAIL PROTECTED] Sent: Thursday, March 04, 2004 9:55 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] unlink command on a wi

[PHP-WIN] unlink command on a windows server

2004-03-04 Thread Brent
Hi, wondering if anyone else has problems with the 'unlink' command. Keeps saying Permission denied when i try to use it. The server is a win nt box. thanks heaps. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

php-windows Digest 4 Mar 2004 14:15:17 -0000 Issue 2149

2004-03-04 Thread php-windows-digest-help
php-windows Digest 4 Mar 2004 14:15:17 - Issue 2149 Topics (messages 23052 through 23055): Re: SMTP ERROR 23052 by: Manuel Lemos Re: session problems 23053 by: Sudeep Sarath Re: Remote execution WAS: [PHP-WIN] start an external program (is qlw.exe) 23054 by: Svensso

[PHP-WIN] Specific Regular Expression issue

2004-03-04 Thread Jim MacDiarmid
Could someone shed some light on this for me? I'm trying to capture the URL and the Numerical count from the following line: Trav2.http://travelersnetwork.net/Nick/HoneyIsland.dsv..fd287747 HAS 0 spaces This is what I'm using as a regular expression and it's results \s+Trav[0-9]\.(http://[^\s]+

[PHP-WIN] RE: Remote execution WAS: [PHP-WIN] start an external program (is qlw.exe)

2004-03-04 Thread Svensson, B.A.T. (HKG)
> Cold you imaginne what would happen if a web server could > start programs on the client maschine? Yeah, you get flashy popup-windows and other annoying stuff on your screen. :) -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php