> 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
> 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
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
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
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]
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
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