Hello,
I'm trying to create a script that will allow me to produce buttons on-the-fly from information giving in an html form using a PHP script. The problem is that the script I have gives the path to the fonts library on a window system.
putenv('GDFONTPATH=C:\WINNT\Fonts');
What should the path be to the fonts folder on a mac based system? I'm using OS 10.2.8.
Thanks.
Ian
I'm trying to create a script that will allow me to produce buttons on-the-fly from information giving in an html form using a PHP script. The problem is that the script I have gives the path to the fonts library on a window system.
putenv('GDFONTPATH=C:\WINNT\Fonts');
What should the path be to the fonts folder on a mac based system? I'm using OS 10.2.8.
Thanks.
Ian