Is it possible you're mistaken somehow? x isn't an operator in PHP. Executing $a x $b will give you a parse error. Anything in quotes is automatically casted as a string. -Kevin
----- Original Message ----- From: "John Meyer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 03, 2002 3:20 PM Subject: [PHP] "x" as a multiplier > Code: > > $newwidth . "x" . $newheight > > > What I want to get out is a string, like 89x115. All I am getting though, > is one number, even though if I do this > > $newwidth . " x " . $newheight > > It prints out just fine. What is going on here? > > > -- > 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