PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
In a certain email program, we are sending the mail as an html file. The file was uploaded earlier. We want an additional html line to be entered into the code, before the mail function is executed.
this is the code:
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
>Now this $MessMast has the html code, and at a later stage of the script, just before >we send it, I need to insert some parameters
The html file can be any file the user would mail. At a later stage in the script, I need to open and insert an HTML into the $MessMast. How do I do this, and be sure that whatever I add goes in before the </HTML>