Skip to main content Jump to list of all articles

Tag PHP - Page 4

Display Your Twitter Posts On Your Web Site!

There are lots of resources out there for displaying your latest twitter posts in your website. Some of them require plugins or some may require javascript to work. After trying a few scripts I came across a little PHP script from The Lylo Files that displays up to 20 of your posts on your web site. After using it for a little while I decided to make it more functional.

This script has been depreciated in favor of the the new Twitter API. Check out Display your Cached Tweets Using PHP and OAuth Also checkout WOW-Multi-Twitter 2.0

in Web Development

Exclude WordPress Pages from Displaying In Search Page!

WordPress automatically assigns the default category to a single page. This is a simple way to exclude certain pages, for example, a contacts page, from displaying in your search results. A simple way around this is to create a new category, in this instance I have called it pages. Once the category is created hover over the newly created category and look for the cat-ID number as shown below, remember it or write it down.

in WordPress

PHP and MySQL Event Lister Script

I have been searching for an Event Lister for a while now. I just wanted something simple and free. All I could find were gig organisers for bands or commercial scripts. That was up until I came across a Basic PHP Events Lister from Mevin.com.

in Web Development

Form Processing on Test

Form processing is widely used and there are plenty of scripts available out there.  This experiment was to take three scripts with spam prevention, form validation and the ability to redirect the user on successful or error user submission.

in Web Development