deeab Posted August 8, 2010 Share Posted August 8, 2010 I am supposed to recreate the database structure of a website which does not belong to me, therefore i have no access to the database. It's quite a complex website and I'm nearly a beginner in website developing and it's quite tricky for me to figure out their database structure. Is there any way i could get a clue about the fields that exist in the table? Sorry if it's quite a stupid question.. Quote Link to comment https://forums.phpfreaks.com/topic/210111-recreate-database-structure-of-other-website/ Share on other sites More sharing options...
RussellReal Posted August 8, 2010 Share Posted August 8, 2010 it is not a stupid question it is nearly impossible unless they don't protect against sql injection, and even then you'd need to know the table name to get any data about the table to be output.. your best bet is to not worry about their table structure.. and build your database to accommodate data output that their site outputs.. for example.. if their website outputs information like: artist name, song name, song length, song bit rate, song genre.. then you know those fields are going to be needed if you need any help feel free to MSN me RussellonMSN@hotmail.com I won't do any code for you but I can give you advice Quote Link to comment https://forums.phpfreaks.com/topic/210111-recreate-database-structure-of-other-website/#findComment-1096536 Share on other sites More sharing options...
deeab Posted August 8, 2010 Author Share Posted August 8, 2010 Thank you for the answer. Quote Link to comment https://forums.phpfreaks.com/topic/210111-recreate-database-structure-of-other-website/#findComment-1096553 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.