12122007 1456 GMT-6 Thanks but, I didnt actually. I only posted the code I was having trouble with. But I fixed it - see other post.
Wade Muthukumar Selvarasu wrote: > 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] > > > > Community email addresses: > Post message: [email protected] > Subscribe: [EMAIL PROTECTED] > Unsubscribe: [EMAIL PROTECTED] > List owner: [EMAIL PROTECTED] > > Shortcut URL to this page: > http://groups.yahoo.com/group/php-list > Yahoo! Groups Links > > > >
