On Friday 17 January 2003 01:37, Marc Cluet wrote:
> Hi guys
> I have upgraded from PHP 4.2.2 to PHP 4.3.0 and some of my php script
> got broken due to that.
> This scripts use backticks to execute functions, the problem is the
> environment where that functions are executed.
>
> I have this test
Hi guys
I have upgraded from PHP 4.2.2 to PHP 4.3.0 and some of my php script
got broken due to that.
This scripts use backticks to execute functions, the problem is the
environment where that functions are executed.
I have this test code:
$dir=`pwd`;
echo "I am on directory: $dir";
?>
If I ex
2 matches
Mail list logo