[PHP] Merge array i think

2008-08-14 Thread admin
Here is my problem in mssql in asp i can SELECT (height + 'x' + width) as size FROM Twenty How can i do that for mysql under php? I am trying to create a single array result using 2 different fields of data plus extra characters. -- PHP General Mailing List (http://www.php.net/) To

RE: [PHP] Merge array i think

2008-08-14 Thread admin
Never mind I was looking at php and it was a Mysql thing SELECT CONCAT('My', 'S', 'QL'); will do exactly what i want Here is my problem in mssql in asp i can SELECT (height + 'x' + width) as size FROM Twenty How can i do that for mysql under php? I am trying to create a single array