Thread: PHP or ASP
View Single Post
Old 11-17-2004, 09:40 AM   #7 (permalink)
theFez
Crazy
 
Location: here and there
php works best with MySQL, but it also works with PostgreSQL and any ODBC compliant database. It can also run on any webserver and with any operating system.

For building databases graphically, check out DBDesigner4 http://www.fabforce.net/dbdesigner4/ its opensource, works best with mysql but also works with other databases. can reverse engineer and you can actually graphically build the db.

I like phpMyAdmin for administration of a database, but i like DBDesigner for building them.
__________________
# chmod 111 /bin/Laden
theFez is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46