Posts Tagged PHP

PHP: How to setup the ZendFramework..in a few simple steps

In this post i`ll explain how to easily set upĀ  the Zend Framework. Why Zend Framework?, you may ask and this is the reason.
Anyways, first download the framework from http://framework.zend.com/. You`ll need to register in order to download the full package.
If you haven`t setup a PHP environment I suggest to download xampp here. xampp also [...]

Tags: , , ,

Simple addressbook in PHP

This address book is a very basic and simple address book, not too much focus on security. Thats why I recommend to only use it on a local machine. If you want to upload it to a webserver you should write your own filters / validations for the input fields. To run this software you [...]

Tags: , ,