hi all,
this R6025 error is driving me nuts!!! anyone who can help me?
thanx a million!!
warmest wishes,
hwee
- Original Message -
From: "Ng Hwee Hwee" <[EMAIL PROTECTED]>
To: "PHP DB List"
Sent: Tuesday, May 10, 2005 11:15 AM
Subject: Re: [PHP-DB] R6025 Error
> hi,
>
> thanks for yo
As against 'global', is there anyway to get a variable from wthin a function
(besides 'returning it using 'return').
for example, how do i get the value of the variable $c in the function below:
function Dis() {
$a = arry('foo', 'bar');
foreach ($a as $v) {
echo $v;
}
$c = count($a);
}
-
On 10 May 2005, at 07:24, Constantin Brinzoi wrote:
maybe you have to specify the full path to mysqldump like:
passthru("/path/to/mysqldump --opt -h$dbhost -u$dbuser -p$dbpass
$dbname
It was worth a try - but no, changing the exec line to:
exec("/usr/local/mysql-standard-4.1.7-apple-darwin7.5.0-p