How to make relations in table in phpmyadmin?
I am making a software project in which i am making a web application. in it there is a registration, login and make profile. I want to relate these different tables in phpmyadmin, I have been trying to relate all these by foreign keys but failing… please tell me a very easy way to relate tables so that the person logging in puts the profile information and it goes into his/her profile and when he wants to update or delete the respective profile is deleted … and if he wants to give other information through other tables the respective information is added. Please help as i cannot relate the tables in phpmyadmin …
It is possible, it is a little fuzzy groping your way through it. There is a plug-in available, however you change the schema, but gain a GUI. But, I find pure-php and phpmyadmin time-saving and adequate without all the extra clutter of that plug-in.
If all else fails, you can input a SQL-QUERY
It is possible, it is a little fuzzy groping your way through it. There is a plug-in available, however you change the schema, but gain a GUI. But, I find pure-php and phpmyadmin time-saving and adequate without all the extra clutter of that plug-in.
If all else fails, you can input a SQL-QUERY
References :
http://www.homeandlearn.co.uk/php/php12p2.html