Build a Dynamic RSS Feed Using PHP/MySQL

Before we begin building our feed we need to make a few things clear: .htaccess is not required to make this script work. Any RSS feed does not have to end in .xml or .rss to work properly, it, in …Continue reading →

Get Your Most Recent Twitter Posts Using PHP with RSS (part 3)

Taking the Twitter feed to the next step: pulling from multiple user accounts all at once. In Part One, we pull a single user’s latest tweet. Then, in Part Two we pull multiple tweets from a single user. Where do …Continue reading →

Get Your Most Recent Twitter Posts Using PHP with RSS (part 2)

Taking the script another step with more prefixing, suffixing, and multiple entries. In part one of this tutorial we have a script that allows us to pull the latest tweet from a Twitter user via the RSS feed that is …Continue reading →

Get Your Most Recent Twitter Posts Using PHP with RSS

We all know how annoying it is to not have any customization with the ways Twitter provides to show your latest Tweet. We all also know how annoying it is that your server lags out if the Twitter service is …Continue reading →

How to install eAccelerator

Time required: 1 minute If using PHP v5+, download the lastest compatible version and extract. Remember v0.9.5.3 is the last version that supports user objects, later versions only support opcode caching. Note the path returned for the following command: Use …Continue reading →