Tuesday, March 20, 2007

Database made using Pure PHP

I came across this a while ago but completely forgot about it. phpDatabase.net is an open source pure php database script which means that if you need to use a database in your PHP application but there is no database running on the server, using this script you will have no need for MySql, MS SQL or Oracle etc.

Below are its features (taken from the webpage):
  • creating and dropping database
  • creating, changing and dropping tables and sequences
  • selecting, inserting, updating and deleting data from tables
  • automatic locking of files, so simultanous changing the data is possible.
  • transaction processing, commiting or rolling back of made changes
  • default auto commiting mode
This is definitely pretty darn good.



powered by performancing firefox

Sunday, March 4, 2007

Networking Tools

Came across a very good list of networking tools which includes packet sniffers, port scanners and network monitors. Its hosted at spywarewarrior.com

A more detailed list is available here.

Do check it out.

SAP Code Gallery

SAP has recently started a code gallery for programmers for the Netweaver Platform which is based on Java Enterprise Edition. SAP is one of the most widely used software in the Enterprise arena and is one of the most expensive software, owned by Siemens. You can access the code gallery here.


powered by performancing firefox

Thursday, March 1, 2007

PHP XML Tutorial

I found a very good PHP XML Tutorial today. Its made for PHP5. I recommend it for everyone who is programming in PHP. XML is everywhere and there is very little anyone to move into areas where it has still not reached. This tutorial will get you started with the basics of working with XML using PHP.


powered by performancing firefox