Hi there,
any hints on how to install two versions of PHP
on one linux machine? Is it possible?
I want to have a 'normal' installation
working together with apache
and a 'command-line' version
for running cron jobs (#!/usr/local/bin/php ...).
bye Matthias
Matthias Kr
the first approach ist the one and only
bye Matthias
Matthias Krehl
[EMAIL PROTECTED]
> -Ursprüngliche Nachricht-
> Von: Jon Haworth [mailto:[EMAIL PROTECTED]]
> Gesendet: Dienstag, 6. März 2001 14:17
> An: 'Matthias Krehl'
> Betreff: RE: [PHP] ?param=value&
foo-script.php?param=value&#anchorname
which will lead to 'value' for $HTTP_GET_VARS['param']
bye Matthias
Matthias Krehl
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
Hi there!
I'd really appreciate a clear statement whether to use better
$foo = array('bar' => 'boing');
doWhatSoEver($foo[bar]);
or
$foo = array('bar' => 'boing');
doWhatSoEver($foo['bar']);
Someone to know th
As far as I unterstood: No! The variables however should be accessible
directly (*sic*). I wonder why there is no nice example documented how to
take advantage of objects in PHP sessions. I'd really appreciate any hints!
bye Matthias
Matthias Krehl
[EMAIL PROTECTED]
> -Urspr
echo $ident;
echo $HTTP_COOKIE_VARS['ident'];
echo $HTTP_SESSION_VARS['ident'];
-
Tested on Win2000/IIS5 and Linux 6.1/Apache3.12 with PHP4.04pl1
Any Ideas?
bye Matthias
Matthias Krehl
[EMAIL PROTECTED]
--
PHP General Mailing Li
6 matches
Mail list logo