Search results

  1. D

    Adapter design pattern - composition adapts not only the Adpatee but all...

    ...its subclasses? I am learning the Adapter pattern. Referring to this link http://www.oodesign.com/adapter-pattern.html. It says "adapts not only the Adpatee but all its subclasses". I am trying to understand what it means by its subclasses? When it instantiates an adaptee class how does it...
  2. D

    When does the php code get executed if it is located at the top of the php document?

    Does your php code get executed before everything else (eg onload) if the code is located at the top of your php document. Cheers
  3. D

    Sending text from Text Area to HTML Email not formatting properly?

    I want to send an HTML email. The Content of the email is whatever the user puts in a text area. This text area uses paragraphs, underlined and bold text, Ariel Font etc. When the email arrives in my inbox. The underline and bold text is fine but it does not add paragraphs or my font type. I...
  4. D

    When I send an HTML email there are forward slashes in the tags with prevent the text

    formatting? I am trying to send an HTML email, I had the problem of it not formatting. I have found that there are slashes in my tags which prevent the text from formatting: for example: <span style=\"font-family:Arial, Helvetica, sans-serif\"> Why does it do this when I send an email. How do...
Back
Top