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
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
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.)
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
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
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
"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"
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
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
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,
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
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
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
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
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
15 matches
Mail list logo