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 scree

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 trad

[PHP-DB] WYSIWYG HTML Editor with PHP

2001-12-08 Thread Ali Nayeri
Hi all, 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 trad

[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 s

[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] PHP can connect ONLY to MySQL at LOCALHOST !!!

2001-12-08 Thread Arcadius A.
Hello ! How can I set up PHP so that it can connect to MySQL database on romote hosts ? in mysql_connect("the_remote_hostname" , "username" , "password") , the hostname is ignored PHP just connects to my localhost , not to the_remote_host (I'm using PHP4.06 on FreeBSD with APACHE 1.3) Tha

Re: [PHP-DB] Replace like

2001-12-08 Thread Sharmad Naik
You are right, It is slow b'cause it forces sequential search. I don't see REGEXP as a ans to this. Sharmad On Fri, Dec 07, 2001 at 09:07:01AM -0400, Miles Thompson wrote: > > Better yet, check the the MySQL docs and confirm whether or not there is a > difference in speed between "=" and "LIK