phpHighlighter is a nice little script to output another php file with all of the syntax highlighted and show its line numbers.
Continue reading phpHighlighterCategory: PHP
encryptMe
encryptMe is a couple php scripts designed to help developers and website administrators protect and add security to their data. Using the built in functions, you can encrypt and decrypt data using the encryption and decryption algorithms as well as hash your data with over 40 different hashing algorithms!
Continue reading encryptMeLostMyMobile
LostMyMobile provides a listing of lost mobile phones and gives a way for users to get in contact with anyone that finds them. Written in PHP using MySQL for my Data, Schemas and Applications module at University. Users must register an account to upload details of their lost phone. Once users have added their phone, all they have to do is wait to see if anyone contacts them.
Continue reading LostMyMobileFeedz RSS Reader
Feedz RSS Reader fetches RSS feeds from as many sites as you want and display them on one page.
Continue reading Feedz RSS ReaderTweets By Geolocation
This is a little function I wrote in PHP to get all tweets from a certain location. The place you want to search around is defined by longitude and latitude, and then you tell the script how far around that point you would like to search in kilometres.
Continue reading Tweets By Geolocation