Archive for the ‘MySQL’ Category

How to Easily Make Your own RSS Feed

How to Easily Make Your own RSS Feed

How to Easily Make your own RSS feed using PHP + SQL RSS Feed is an important part of a website/blog to attract and bring back users and make them permanent readers. Blogs like wordpress have built in rss reader, but if your website doesn’t have a rss system this tutorial...

How to Easily Make a PHP Chat Application

How to Easily Make a PHP Chat Application

How to Easily Make Chat application with PHP + SQL Today I will tell you about creating simple Chat application using our existing login system. This will useful and most simple solution. We will able to chat with our logged members. We will use database to store messages. Here...

How to Easily Make a PHP Shoutbox Application

How to Easily Make a PHP Shoutbox Application

How to Easily Make Shoutbox application with PHPToday I will tell you about creating easy Shoutbox application using our existed login system. This will useful and simple solution. We will able to shout something with our logged members. We will use database to store messages. Here...