Hello Ken,
Monday, November 1, 2004, 11:03:09 PM, you wrote:
KT> Is it possible to use fonts on a system with php's image routines?
KT> The GD supplied fonts look pretty crappy and if possible, I'd like
KT> to just use fonts available on the system (I'm on a Mac) rather
KT> than downloading a bun
Hello,
try this:
&1');
echo "\n".$sMyHostname."\n";
?>
Uros wrote:
Hello Robert,
I think not
here is my code
#!/usr/local/bin/php -q
I always get automaticaly output. I also try to set implicit_flush to off,
use ob ob_...
nothing works.
best regards
Wednesday, September 17, 2003, 4:16:10 PM,
Backtick style gets you the output...
$passwords = `cat /etc/passwd`;
Cheers,
Rob.
On Wed, 2003-09-17 at 09:55, esctoday.com | Wouter van Vliet wrote:
> Don't think there's one function for it .. Though, you may want to try the
> output buffers.
>
> ob_start();
> ( .. Exec here ..)
> $Var = o
Don't think there's one function for it .. Though, you may want to try the
output buffers.
ob_start();
( .. Exec here ..)
$Var = ob_end_clean();
,
Wouter
-Original Message-
From: Uros [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 17, 2003 3:18 PM
To: PHP General list
Subject: [
I thought there was something in the manual that it didn't work on IIS.
I had the same problem, and had to give up. There was definitely someone
else on the mailing list who mentioned this months ago.
Christian Dechery wrote:
> Why does system() - or any of its cousins, I've tried them all: e
5 matches
Mail list logo