gPHPEdit

Gnome is a desktop environment for GNU/Linux or UNIX computers. Gnome comes standard with a handy text editor called Gedit. The Gedit text editor is simple and easy to use, but it lacks the features essential to be a programming editor. Introducing gPHPEdit, a PHP, CSS and HTML development editor. It comes with syntax highlighting, [...]

2 Comments

PHPMailer

Have you ever tried to use the mail function in PHP and it doesn’t work? Chances are the sendmail on the host server is not configured correctly. Maybe you may need to play around with PHP.INI to make it work. There is an easy workaround to make your mail function work without tinkering with sendmail. [...]

2 Comments

Todo Script

This is a simple “todo list” script written in PHP. It requires Apache and MySQL database. The php scripts are small, fast and easy to install. It works with CSS which can be easily modified to suit your style.
Data is displayed in a table format and is sortable by just clicking on the column header. [...]

1 Comment

Toastmasters Database

The Toastmasters Database is a set of dynamic web pages written to aid a Toastmasters club keep track of its membership, officers list, club schedule, speech assignments, awards and club fees online. The scripts were written in PHP which requires a web server (Apache) with a PHP module installed. The scripts also utilizes MySQL, a [...]

2 Comments