I am maintaining a php scripts directory and I have a section
where I intend to show comparison list of features for each
products in a category.
I thought I should start with the script I use most: phpMyAdmin.
Problem is this script is so good I never had to search for
something else, so anybody has any suggestion os similar scripts?
__________________
Javascript Ticker for Please login or register to view this content. Registration is FREE , Please login or register to view this content. Registration is FREE and Please login or register to view this content. Registration is FREE
i wouldn't call PhpMyAdmin a script - it has a C++ source
hmm, where is this source? I played with phpMyAdmin for years and found
only php.
__________________
Javascript Ticker for Please login or register to view this content. Registration is FREE , Please login or register to view this content. Registration is FREE and Please login or register to view this content. Registration is FREE
PhpMyAdmin is entirely PHP. However, MySQL (the daemon PhpMyAdmin is a GUI for, and without which PhpMyAdmin wouldn't work) is written in either C or C++.