Re: [PHP-WIN] differences between (IIS PHP GD) & (Apache PHP GD)

2004-05-03 Thread De Greef Sébastien
ailable. So it could just be a matter of installing the proper font on the Windows system and it'll work ok. That's something to look into. -TG > -Original Message- > From: De Greef Sébastien [mailto:[EMAIL PROTECTED] > Sent: Monday, May 03, 2004 5:12 AM > To: [EMAI

[PHP-WIN] differences between (IIS PHP GD) & (Apache PHP GD)

2004-05-03 Thread De Greef Sébastien
Hi, i just made a little site with a nice counter, i use gd to draw the number in a chosen TTF no problem for that, but when i run the same source on IIS the string is much bigger and doesn't fit in the image anymore. i can adapt it again but it will be much smaller in apache then. Somebody knows s

[PHP-WIN] Re: Running PHP scripts as a different user

2004-04-30 Thread De Greef Sébastien
why don't you try runas in the exec() function ? "Jason Barnett" <[EMAIL PROTECTED]> a écrit dans le message news: [EMAIL PROTECTED] > It seems that several people have run into a problem where PHP did not > have permission to access certain folders / files in Windows. I have > two solutions that

[PHP-WIN] does php understands UNC \\server\share\file.txt

2004-04-28 Thread De Greef Sébastien
hi, i try to open a file located on a network location. I don't want to map the drive on local computer but it seams tha php doesn't understand \\server\share... Somebody knows a way out? Sorry formy bad english -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.p

[PHP-WIN] Re: Order By........

2004-04-27 Thread De Greef Sébastien
you must add the Order like ASC for upwards and DESC for descending order "select * from $table_name2 where cat_id = > '$_POST[cat_id]' ORDER BY posted DESC"; DESC will show from the last to the fiirst post from today to last week Regards "Will" <[EMAIL PROTECTED]> a écrit dans le message ne