Search results

  1. V

    how to include image in header of email using php sendmail?

    I am trying to include an image in the header using sendmail, but I keep getting syntax errors. Here is what I have: $image = 'images/test.png'; $subject = " subject line"; $message_body = "This is message body"; $message_body .= $image; $creator = getUserInfo($program->creator)...
  2. V

    How to insert a PHP new line after a row of data?

    Hi, I want to add a second new row after all the cells in the first row are filled and then display some description in the new row before repeating the loop. This is what I currently have for the table and the row data: <table width="100%" cellpadding="0" cellspacing="0" class="tpf_tablerow">...
Back
Top