I had been trying to set up Internet Information Services (IIS) under Windows 7 to use PHP and MySQL to save myself the trouble of having both IIS and XAMPP installed. After a short time I managed to get it running rather easily using the Web Platform Installer. This was great apart from a couple of small annoyances when developing PHP applications. After a few weeks of use, I decided it was about time to switch back to XAMPP as it removed all of the annoyances I had encountered – here, I ran into a couple of problems!
Continue reading NT Kernel & System using Port 80Tag: PHP
phpHighlighter
phpHighlighter is a nice little script to output another php file with all of the syntax highlighted and show its line numbers.
Continue reading phpHighlighterencryptMe
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