[PHP-DB] Re: PHP can connect ONLY to MySQL at LOCALHOST !!!

2001-12-08 Thread Arcadius A.
Ah ! I got it ... perhaps , the user has no remote access right to the DB.. Arcad -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DB] Image Sizes

2001-12-08 Thread Malcolm White
Hi, I have a database that stores the location of image files - the images are all of different sizes. How can I get the screen size in order to scale the images according to the users screen. I can use GetImageSize() to determine the image size but cannot find a means of determining the screen

Re: [PHP-DB] WYSIWYG HTML Editor with PHP

2001-12-08 Thread CK Raju
I'm working on a project in my school where we need a very solid CMS system which has both management capabilities and if possible, has a web-based WYSIWYG editor that is idiot-proof. The problem is, we are not sure how to start it. Can it be done using PHP or should be go with the

Re: [PHP-DB] Image Sizes

2001-12-08 Thread Jon Farmer
I have a database that stores the location of image files - the images are all of different sizes. How can I get the screen size in order to scale the images according to the users screen. I can use GetImageSize() to determine the image size but cannot find a means of determining the screen