Main

April 24, 2007

WAMP the solution for Vista

I needed to install PHP, PhpMyAdmin and MySql on Vista. This was taking forever, Apache 2.2 kept crashing, Pear wouldnt install ... so I looked up apache, mysql, php and windows and came across WAMP (Website). This is a GREAT package that save a ton of time. If you need to install Apache, Mysql, and PHP on a windows server, this is a must have package.

March 11, 2006

How to prevent abuse of a remote signup page (PHP)

I have a ticket website and a night life mailer that goes out weekly, on the ticket website I want to allow the users to remotely sign up for the nightlife mailer, but I cannot leave this un-encrypted or it will be subject to abuse so my mechanism is a remote post using the following method.

Continue reading "How to prevent abuse of a remote signup page (PHP)" »