Hi,

try $newwidth." x ".$newheight instead.
It's important to put the spaces inside the "     <- ...don't know the word
:-)
If it's still not working you could try
settype($newwidth, "string");
settype($newheight, "string");
echo $newwidth." x ".$newheigt;
....but I think, this is not necessary!

HTH,
Bastian


> Exactly.  But it's only giving me one of the numbers without the space
> between the numbers and the x.
>
> > > $newwidth . "x"  . $newheight


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to