Sunday, April 09, 2006
Linux Documentation Bookmarks
Read more at rtfm.homeunix.com/
Posted by Slava at 3:15 PM 0 comments Labels: Linux, PHP Programming
PHP: Installation on Unix systems - Manual
Read more at us3.php.net/manual/en/i...
Posted by Slava at 3:13 PM 0 comments Labels: PHP Programming
Creating sortable lists with PHP and AJAX
You might have been in a situation before where you had a list of items in your database that needed to be output in a specific order. These items could be anything: perhaps a listing of your favourite movies or your favourite books. For whatever reason, you want them ordered in a custom way that can’t be determined automatically (such as alphabetical).
This article covers the implementation of a system that lets you easily define the order of such a list.
http://www.phpriot.com/d/articles/client-side/
sortable-lists-with-php-and-ajax/
Posted by Slava at 2:59 PM 0 comments Labels: Ajax, PHP Programming