Hi
string......... ' . function(); ' more string....... ' . function(); . ' end string.' here you missed echo or print. print 'string......... ' . function(); print ' more string....... ' . function(); . print ' end string.' or echo 'string......... ' . function(); echo ' more string....... ' . function(); . echo ' end string.' Thanks, Muthukumar Selvarasu, Project Manager (Web Development), Webmasters Ltd. _____ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Wade Smart Sent: Thursday, December 13, 2007 6:51 AM To: [email protected] Subject: [php-list] help stringing functions together 12122007 1249 GMT-6 Im working with a clients code here. There is a string in a print ' bla '; statement and there are many functions within the string. string......... ' . function(); ' more string....... ' . function(); . ' end string.' Im not seeing the problem right off but, the first function works fine but the second and third and so on will not. They are blank. Wade [Non-text portions of this message have been removed]
