Hi, I was just wondering, with so many scripts out there like forums, membership sites, how can you integrate all of them? Say I want to install a forum and a picture sharing script into a site, how do you make it so that the user doesn't have to register twice? Would having the same MySQL database solve the problem?
Just add another table in your database. You can access 2 tables in MySQL and use both to gather information.
I have almost zero knowledge on making tables on MySQL. What are the steps to create the extra table? +====== http://www.h8j.net
Well, you got the image upload script and the forum script already? Just import the SQL from these 2 scripts into phpMyAdmin if that is done, some more info will be given by me or others Normally it should work Greetz
Better study more about database to further enhance and protect information. Some automated database management systems are very vulnerable to hackers.
In the scenario where there is no database yet for both and you have to create the database/s on MySQL, do you just add db_username and db_dbname on both? Or if to add the table, how do you do that, what are the steps, assuming no table is yet created for both?