Posts Tagged ‘PHP’

Open Source Image Sharing Script

By • Jan 28th, 2009 • Category: Projects

A while back I tossed together an image sharing service I hoped to turn around and sell for a good profit, but as it turned out, this recession thing is effecting than just banks and manufacturers. That and I discovered the market is saturated with crappy competing services that are going for pennies. Instead, I […]



PHP Login Script

By • Jan 6th, 2009 • Category: Projects

Several sites I am working on required some kind of authentication using PHP, but since the sites were entirely custom coded – and needed to be to serve their purpose – I was unable and unwilling to use a CMS just to have user registration and logins. My solution was to come up with a […]



How to make a simple tracking image with PHP

By • Nov 24th, 2008 • Category: Advice

I have been doing a lot of tracking recently, whether it be in e-mails, on social networks, web sites, or even on message boards, and I figured I might as well share one of the methods I use to track visitors using as little code as possible. This tutorial will teach you how to track […]