Posts Tagged: text
-
Aug 29, 2011
Comments OffHow to Send Email (Text/HTML/Attachments) in php
Email is the most popular Internet service today. A plenty of emails are sent and delivered each day. The goal of this tutorial is to demonstrate how to generate and send emails in PHP. So, you want to send automated email messages from your PHP application. This can be in direct response to a user’s...
-
Apr 07, 2010
Comments OffConverting Text to Image in PHP formatted by alignment
During one of my project works I came across a situation like changing the input of TINYMCE editor to image. Can you believe what can be the...