How to create rss feeds using php and mysql
In this post i want to explain how to create rss feeds using php code and get the data from mysql table.... Read More
Copy text from remote url using php code
The following script to copy the text from remote url using php code. This is simple copy text from another site, but... Read More
How to highlight the source code in our php application?
Hi friends, In our php application some times we want to highlight the source code to user friendly , so the following... Read More
How to send external html content mail using php?
Hi, The following code will work, this functionality is use the external html content as email body. And send mails with neatly... Read More