[PHP-WIN] PWS exec(), system(), shell_exec()

2003-10-10 Thread Yingyuan D Hsu
I saw quite few post on this and none of them worked on my Win98SE PWS. I wonder if anyone got it to work and what is your settings. I can get each command to start but they never returned and, therefore, the browser keep waiting. For system(), I can see the output but the next php statement never

php-windows Digest 11 Oct 2003 03:23:39 -0000 Issue 1950

2003-10-10 Thread php-windows-digest-help
php-windows Digest 11 Oct 2003 03:23:39 - Issue 1950 Topics (messages 21746 through 21751): timeout? 21746 by: Disko_kex 21750 by: Rahman Haqparast preg_match function 21747 by: Omar handling SQL dot notation in PHP 21748 by: Herhuth, Ron 21749 by: H

Re: [PHP-WIN] RE: handling SQL dot notation in PHP

2003-10-10 Thread Frank M. Kromann
Hi Ron, No database servers I know will return the column name as .. Only the column name is returned. This has nothing to do with PHP, but is how the SQL92 standard defines it. If you want to have nice names you can do something like this: $query = "SELECT Role.display_Name as my_column_name fr

[PHP-WIN] Re: timeout?

2003-10-10 Thread Rahman Haqparast
Hi. 1.. Start the IIS management console (Start => Settings => Control Panel => Administrative Tools => Internet Services Manager). 2.. In the tree on the left-hand side of the console you should see "Internet Information Services" at the very top, then below this the name of your computer. Rig

[PHP-WIN] RE: handling SQL dot notation in PHP

2003-10-10 Thread Herhuth, Ron
OOPS!...The error comes when trying to display the result in the situtation illustrated here: echo "$row[frole.display_name]"; >From: Herhuth, Ron >To: [EMAIL PROTECTED] >Sent: 10/10/2003 1:13 PM > >When using SQL in PHP I have run up against a small issue when working >with larger SQL queries.

[PHP-WIN] handling SQL dot notation in PHP

2003-10-10 Thread Herhuth, Ron
When using SQL in PHP I have run up against a small issue when working with larger SQL queries...specifically when using alias table names. PHP doesn't like the "." used to seperate the table/field name. Here is an example: $query = "SELECT Role.display_Name from Northwind"; This generates an

[PHP-WIN] preg_match function

2003-10-10 Thread Omar
Hello everyone. In this line preg_match("/[^a-z0-9'\?!-]", $item) i can´t find de way to add vowels with accent (á,é,í,ó,ú,ñ,Ñ) and other characters to the preg_match function. Can anyone help me? The documentation of this function is not very clear (or complete) to me. Thank you. -- PHP Windo

[PHP-WIN] timeout?

2003-10-10 Thread Disko_kex
Hi, Im running IIS and PHP 4.3.3. I have set max_execution_time = 0 in php.ini and set_time_limit(0); in my php files. But still after about 5 minutes I get CGI-timeout.. error. The scripts sends newsemail to about 3-400 customers, that's why I need it to be inifity. What should I do?

php-windows Digest 10 Oct 2003 10:50:25 -0000 Issue 1949

2003-10-10 Thread php-windows-digest-help
php-windows Digest 10 Oct 2003 10:50:25 - Issue 1949 Topics (messages 21742 through 21745): Re: php 4.3.x and IIS 6 21742 by: Shadow 21743 by: Ken F Re: PHP Graph 21744 by: toby z nuSoap timings 21745 by: George Pitcher Administrivia: To subscribe to the d

[PHP-WIN] nuSoap timings

2003-10-10 Thread George Pitcher
Hi, I'm playing with nuSoap and have set it up on NT/IIS4 but it takes too long to handle the simplest of requests. I keep getting the 30 secionds execution time message. Anyone have any suggestions? Cheers George in Oxford -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, vis