Related post is a very useful function which can keep the visitors surfing on your website based on the post tags.
You can install plugins to do this, or you can simply add the following codes in the single.php
Related post is a very useful function which can keep the visitors surfing on your website based on the post tags.
You can install plugins to do this, or you can simply add the following codes in the single.php
After googling several posts about how to add and send multiple email attachments using PHP, I found it was uneasy to accomplish it by using the methods from top 20 results on google, either they can show the attachments properly nor can be recognized correctly by gmail. Finally the following codes can correctly add multiple attachments in email.
1. If you want to use array, use the following codes in your html file:
<input type='file' name='uploadedFile[]’ />
Continue reading