<?php
$result = dbquery("DROP TABLE IF EXISTS ".$db_prefix.”smileys");
$result = dbquery("CREATE TABLE ".$db_prefix.”smileys (
smiley_id MEDIUMINT(8) unsigned NOT NULL AUTO_INCREMENT,
smiley_code VARCHAR(50) NOT NULL,
smiley_image VARCHAR(100) NOT NULL,
smiley_text VARCHAR(100) NOT NULL,
PRIMARY KEY (smiley_id)
) ENGINE=MyISAM;");
?>
Category Forum
Installation Issues - 8Labels
None yet
Statistics
2 participants
Notifications
You are not receiving notifications from this thread.
Related Questions