Re: [PHP] Using system resident fonts with "image_xxx" routines?

2004-11-01 Thread Richard Davey
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

Re: [PHP] Using system

2003-09-17 Thread Gal Gur-Arie
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,

RE: [PHP] Using system

2003-09-17 Thread Robert Cummings
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

RE: [PHP] Using system

2003-09-17 Thread esctoday.com | Wouter van Vliet
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: [

Re: [PHP] using system() on NT/2K

2001-04-03 Thread Michael Kimsal
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