[PHP-WIN] Re: Outputting a string from mysql database

2002-04-16 Thread The Walters
I would try a type cast of string echo (string) $result[0]; "Q" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have a field in a mysql table called table which is called names. > Examples of the information in this column : > > > Name > > Lottery Compa

[PHP-WIN] Maybe why ImageTTFtext() does not work on Windows machines...

2002-04-14 Thread The Walters
I think this might be why ImageTTFtext from the Image Functions does not work when using GD 2.0.0 or higher (php_gd2.dll). If you use php_gd.dll this function works but the GD library doesn't support true color support. If you want true color support you have to use php_gd2.dll but then this funct