12122007 1259 GMT-6 If I remove the ; I get Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING
<td><span class=\"fin_cc\" id=\"cc_citi\"> " . rtrim($clientdata1[14]); " and your remaining balance is</td> <td><span class=\"fin_cc\ id=\"cc_citi_bal"> " . rtrim($clientdata2[2]); " . At first I thought it was the single quotes/ double quotes thing. But apparently the clients inhouse programmers never did get it to work. Wade James Keeline wrote: > --- Wade Smart <[EMAIL PROTECTED]> wrote: > >> 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 > > I don't think we have enough info to work with here. The semicolon after the > function would end the statement so it seems like that would make it hard to > work with and might create the symptoms you describe. > > James > > > > 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 > > > >
