This class is a pure PHP implementation of the AES algorithm. It can encrypt and decrypt data using the AES Rijndael algorithm with key lengths of 128, 192, 256.
Monday, November 26, 2007
New Class --- AES Cipher
Posted by
Dhayanandan
at
Monday, November 26, 2007
0
comments
Labels: AES Alogorithm, Classes in PHP, Decrypt, Encrypt
Wednesday, November 21, 2007
LAMP is better...
All of those are open source resource. Security of Linux is very more than windows. Apache is a better server that IIS both in functionality and security. Mysql is world most popular open source database. Php is more faster that asp or any other scripting language.
Posted by
Dhayanandan
at
Wednesday, November 21, 2007
0
comments
Labels: Apache, Classes in PHP, LAMP, Linux, Mysql
PHP Designer 2007
PHP Designer is powerfull php editor. And, its freeware! It can use for novice and professional alike. Designed to help accelerating and enhance the process of edit, debug, analyze and publish PHP scripts all wrapped into a sophisticated streamlined interface. Time saving features that helps you boost your productivity so you can get more done, like accessing as you type functions, variables, tags and properties. The Intelligent Code Highlighter, that automatic switches between code highlighters dependant on your position in the document.
Below, some feature of PHP Designer (copy from their web):
- All-in-one editor to edit, debug, analyze and publish PHP scripts
- Numerous of enhancements for developer deployment and productivity
- Syntax highlighting and support for PHP, HTML, XML, CSS, JavaScript, Java, Perl, JavaScript, VB, C#, Java & SQL
- Automatic indentation and insertion of brackets
- Automatic code completion while typing
- Great performance in speed and size
- Sophisticated streamlined and intuitive interface
- User-friendly development environment that is comfortable both for beginners and experienced programmers
- Tabbed multi-document interface
- Fully customizable
- Integration with the PHP manual available from php.net with quick keyword search
- Localhost preview
- Simple external browser integration with Internet Explorer, Netscape, Firefox and Opera Todo Manager
- Project Manager
- FTP
- Code Libraries
- Class Browser
- Templates
- Snippet Support
http://www.mpsoftware.dk/downloads.php
Posted by
Dhayanandan
at
Wednesday, November 21, 2007
0
comments
Labels: PHP, PHP 2007, Php Editor
Tuesday, November 20, 2007
Tree view with page loading using AJAX
This package can be used to generate and update an hierarchical tree of elements from MySQL database content.
A HTML page with some Javascript performs an AJAX request to obtain the list of elements of the tree from a MySQL database query.
The tree of elements is returned to the browser in JSON format.
For further reference..
http://www.phpclasses.org/browse/package/4242.html&upsid=265356699725
Posted by
Dhayanandan
at
Tuesday, November 20, 2007
0
comments