Affichage des articles dont le libellé est Re: Create new table with MySQL. Afficher tous les articles
Affichage des articles dont le libellé est Re: Create new table with MySQL. Afficher tous les articles

Re: Create new table with MySQL

vendredi 6 mars 2015

Solved. The query I required was



Code: [Select]

CREATE TABLE smf_bookmarks (id_member MEDIUMINT(8), id_topic MEDIUMINT(8), PRIMARY KEY(id_member,id_topic));



Re: Create new table with MySQL

Re: Create new table with MySQL

jeudi 5 mars 2015

Easy way is just to run that script

after

Code: [Select]

<?php
Add

Code: [Select]

require 'SSI.php';


Then copy that file to main directory of your forum then run it in browser by visiting the page in the address bar.



Re: Create new table with MySQL
 

Lorem

Ipsum

Dolor