[PHP] HTTP_POST_VARS Question

2002-06-20 Thread Chris Sechiatano
-- Chris Sechiatano [EMAIL PROTECTED] www.chris-s.com PGP Key 0x0021EFA0 msg67494/pgp0.pgp Description: PGP signature

Re: [PHP] disabled cookies and sessions

2002-06-07 Thread Chris Sechiatano
- Version: GnuPG v1.0.6 (GNU/Linux) iD8DBQE9AOX7HpvrrTa6L5oRAoyOAJ9S0ftsfAMrOF8pJjQEs6GHl2yTKACfZMBv NCoMV70tkQJCmeyflEbEzd8= =InHB -END PGP SIGNATURE- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- Chris Sechiatano

[PHP] imageTTFtext() doesn't work

2002-05-28 Thread Chris Sechiatano
= imagecolorallocate($image,0,0,255); $font = /var/www/html/arib.ttf; imagettftext($image, 50, 0, 20, 100, $blue, $font, Hello World); imagejpeg($image); ? Thanks -- Chris Sechiatano [EMAIL PROTECTED] www.chris-s.com PGP Key 0x0021EFA0 -- PHP General Mailing List