cleary1981 Posted July 2, 2008 Share Posted July 2, 2008 I want my variable return to be made up of the value of height + a space + the value of width. Is this right? $return = '$row['height']." ". $row['width']'; Link to comment https://forums.phpfreaks.com/topic/112893-solved-quick-question/ Share on other sites More sharing options...
MasterACE14 Posted July 2, 2008 Share Posted July 2, 2008 $return = $row['height']." ". $row['width']; Regards ACE Link to comment https://forums.phpfreaks.com/topic/112893-solved-quick-question/#findComment-579864 Share on other sites More sharing options...
cleary1981 Posted July 2, 2008 Author Share Posted July 2, 2008 I was close. I'm learning Link to comment https://forums.phpfreaks.com/topic/112893-solved-quick-question/#findComment-579866 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.