[PHP] Problem in image placing

2010-05-26 Thread Amit Bobade
Hi,  I am Using PHP 5, I am trying to place an image in the black box in
proportional to that black box using the function:-  *imagecopyresampled* (
).
But image is not placing proportionally. Is their another  method to do
that. Please tell me.

-- 
Regards,
Amit


Re: [PHP] Problem in image placing

2010-05-26 Thread Ashley Sheridan
On Wed, 2010-05-26 at 06:35 -0500, Amit Bobade wrote:

 Hi,  I am Using PHP 5, I am trying to place an image in the black box in
 proportional to that black box using the function:-  *imagecopyresampled* (
 ).
 But image is not placing proportionally. Is their another  method to do
 that. Please tell me.
 


What code are you using to place the image? The function you mentioned
will do what you want, but you have to ask it to do it.

Thanks,
Ash
http://www.ashleysheridan.co.uk




[PHP] problem with image

2001-11-17 Thread wloeffelholz

when i want to put an image like this (echo img src='image.gif';), my
php is not able to show the image?

is there something wrong with my php.ini??

greetings
wolf.dietrich von loeffelholz


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




Re: [PHP] problem with image

2001-11-17 Thread Jeff Lewis

I would think it's an HTML problem, try:

echo img src=\image.gif\;

or

echo 'img src=image.gif';

Jeff
- Original Message - 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, November 17, 2001 11:20 AM
Subject: [PHP] problem with image


 when i want to put an image like this (echo img src='image.gif';), my
 php is not able to show the image?
 
 is there something wrong with my php.ini??
 
 greetings
 wolf.dietrich von loeffelholz
 
 
 -- 
 PHP General 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 General 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]