
February 17th, 2010, 10:37 AM
|
|
Registered User
|
|
Join Date: Feb 2004
Posts: 26
  
Time spent in forums: 9 h 3 sec
Reputation Power: 0
|
|
|
Database
Quote: | Originally Posted by shoombool_tala Hello,
Is there a freely available database with the dimensions for most of the phones out there? i need to import this database in mysql so i can use my web front end to work with it.
any ideas?
preferably i would want a database with phone type, model, dimension size and maybe a picture? |
Hi
If you are using mysql, then setup your database with mysql,
Once you put in your data and done your select statements then you could search for data and display it on on your PC or on mobile.
If you end result is to display the data on to mobile screen, you have to create a mobile website with screen size in mind.
to display pictures I use 250x200 it works for me on all mobiles.
Homi
|