Bazah Posted September 19, 2008 Share Posted September 19, 2008 title="header=['.$file->titolo.'] body=['.$file->html.']"> Thanks in advance Baz Link to comment https://forums.phpfreaks.com/topic/124931-this-code-is-somehow-causing-me-problems-have-you-any-idea-why/ Share on other sites More sharing options...
MasterACE14 Posted September 19, 2008 Share Posted September 19, 2008 you haven't said what the problem is. But I'm guessing your trying to concoct these variables within HTML. try changing it to... title="header=".$file->titolo." body=".$file->html."> Regards ACE Link to comment https://forums.phpfreaks.com/topic/124931-this-code-is-somehow-causing-me-problems-have-you-any-idea-why/#findComment-645566 Share on other sites More sharing options...
discomatt Posted September 19, 2008 Share Posted September 19, 2008 What object does $file refer to? Is this your code? Link to comment https://forums.phpfreaks.com/topic/124931-this-code-is-somehow-causing-me-problems-have-you-any-idea-why/#findComment-645574 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.