would anyone have a clue on how to open these files on the server?
thanks in advance
Zynischen![]()
They need to be run on the Database. I think you may be able to run them in phpMyAdmin.
if it's an sql, just open it in a text editor. it should be nothing more than sql syntax. possibly a stored procedure.
Last edited by vol7ron; 12-09-2008 at 08:38 PM.
If you find my post useful please add to my reputation by clicking the +Rep button
You may also use the Donate link to donate credits - this is appreciated tooThanks to those whom have donated so far!
yep it is
and thank you for your help i got it to work on the server as well thanksCode:CREATE TABLE `articles` ( `id` int(11) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `subtitle` varchar(255) NOT NULL default '', `content` longtext NOT NULL, `active` tinyint(4) default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM;
Problem solved thread closed