Re: [PHP-WIN] php 5.0.3

2005-01-11 Thread David Elliott
Dear jamie, On 12 January 2005, at 01:51:05 +0100 (which was 00:50 where I live) Jamie Murray thoughtfully wrote the following >> Anybody running this on winxp IIS5.(using isapi) >> 5.0.2 ran with no problems, but since I have moved to 5.0.3 I can't even >> view a page. >> Thoughts ,or comments a

[PHP-WIN] Re: help in understanding string / integer concatenation

2005-01-11 Thread Davide
To understand how it works see at 'Operator precedence' item in the manual. Regards. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re:[PHP-WIN] help in understanding string / integer concatenation

2005-01-11 Thread Mihai Frisan
that's what you need: $str = 'hello "' . ($i+1) . '"'; you must put $i+i in brachets in order to evaluate first the expresion $i+1 and then concatenates it to the string best regards mihai i'm not young enough to know everything Hello all; I am a new PHP user. (But not new at programing.)

Re: [PHP-WIN] help in understanding string / integer concatenation

2005-01-11 Thread Michael Purdy
Raymond This produces what I think you want: $str = 'hello' . ($i+1); Mike - Original Message - From: "Raymond Still" <[EMAIL PROTECTED]> To: Sent: Wednesday, January 12, 2005 4:50 PM Subject: [PHP-WIN] help in understanding string / integer concatenation > Hello all; > I am a new

[PHP-WIN] weird problem php mssql

2005-01-11 Thread Davide
Hi, I've strange problem with a blob field in a mssql db containing a ms word document: $conn = mssql_connect('hostname','x','y'); mssql_select_db ('docs'); $i_result=mssql_query('Select * from documenti_file where file_esercizio_doc = 2004 and file_id_doc = 200'); $ar_row = mssql_fetc

[PHP-WIN] help in understanding string / integer concatenation

2005-01-11 Thread Raymond Still
Hello all; I am a new PHP user. (But not new at programing.) I'm running Win XP, Apache, PHP 5.0.3 (and PostgreSQL 8, not that that should make a difference). I'm trying to use PHP to generate drop down lists of arbitrary length in a form ( and ) I've come across something strange, to me, in usi

[PHP-WIN] Re: PHP and MS Access

2005-01-11 Thread Nadim Attari
"Dale Attree" <[EMAIL PROTECTED]> a écrit dans le message de news:[EMAIL PROTECTED] > Anyone able to help me, > > I'm having to port a MySQL system to MS Access, but some of the SQL is not > working on MS Access. > > MySQL statement : select * from po limit 0,20 Try this "select * from po top 20"

[PHP-WIN] Re: php 5.0.3 problem fixed

2005-01-11 Thread jm
Basically deleted everything and reloaded all dll's . "Jm" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Anybody running this on winxp IIS5.(using isapi) > 5.0.2 ran with no problems, but since I have moved to 5.0.3 I can't even > view a page. > Thoughts ,or comments appreciated

[PHP-WIN] Re: php 5.0.3

2005-01-11 Thread jm
html page works just fine. "Jm" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Anybody running this on winxp IIS5.(using isapi) > 5.0.2 ran with no problems, but since I have moved to 5.0.3 I can't even > view a page. > Thoughts ,or comments appreciated. > > Thanks. -- PHP Wind

[PHP-WIN] Re: php 5.0.3

2005-01-11 Thread jm
Sorry I didn't list my error. http 500 internal server error not much help, but that's it. Like I said exact same config for 5.0.2 works just fine. "Jm" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Anybody running this on winxp IIS5.(using isapi) > 5.0.2 ran with no problems,

[PHP-WIN] php 5.0.3

2005-01-11 Thread jm
Anybody running this on winxp IIS5.(using isapi) 5.0.2 ran with no problems, but since I have moved to 5.0.3 I can't even view a page. Thoughts ,or comments appreciated. Thanks. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] The Test.php program does not execute

2005-01-11 Thread Jason Barnett
GKE: are you using the CGI version of PHP for your server? Or more directly, which type of PHP executable are you trying to use? There are *basically* 3 types - CLI for the command line - modules which are specialized versions for different server (ISAPI for IIS and so on) - CGI which is the co

Re: [PHP-WIN] The Test.php program does not execute

2005-01-11 Thread Luis Moreira
As I said, I don't know if you can do that with '98, but I think not. So, it would be an Apache problem. How did you proceed to set up the web server ? You should look at the HTTPD.CONF file, which has the config for Apache. You have directives that allow or forbid the access to directories. There

Re: [PHP-WIN] The Test.php program does not execute

2005-01-11 Thread GkE
Cannot really tell what the restrictions are. Can anyone help me. GKE Luis wrote: The error is not PHP related. The message comes from the http server. Either you have restrictions on the directory, at OS level (I don't know if you can do that with '98), or within the HTTP server. Luis GKE wro

[PHP-WIN] Failed to connect to mailserver with IIS

2005-01-11 Thread forenpw
Hello, I installed PHP4.3.10 on IIS/win2000! The settings in php.ini is correct, I use the same smtp for my e-Mail dddresse in Outlook-Express and it work fine without authentification. So, the problem must be a PHP-Problem. Do anybody know the solution of this problem? Is there a way to get a b