This is off topic but the word for " is called a quote mark. ;-)
----- Original Message ----- From: "Bastian Vogt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 04, 2002 2:55 AM Subject: Re: [PHP] "x" as a multiplier > 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 > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php