mam mały problem i chciałbym zapytać się jak to się robi



- Kod: Zaznacz cały
#
#-----[ ADD SQL ]------------------------------------------
#
# remember to add the prefix, you may run with, if in doubt, run the included db_update.php file
CREATE TABLE shout (
shout_id MEDIUMINT(8) UNSIGNED NOT NULL auto_increment,
shout_username VARCHAR(25) NOT NULL,
shout_user_id MEDIUMINT(8) NOT NULL,
shout_group_id MEDIUMINT(8) NOT NULL,
shout_session_time INT(11) NOT NULL,
shout_ip CHAR(8) NOT NULL,
shout_text VARCHAR(255) NOT NULL,
shout_active MEDIUMINT(8) NOT NULL,
shout_bbcode_uid VARCHAR(10) NOT NULL,
INDEX (shout_id))
#
#-----[ ADD SQL ]------------------------------------------
#
# remember to add the prefix, you may run with, if in doubt, run the included db_update.php file
INSERT IGNORE INTO forums (forum_id ,cat_id, forum_name, forum_desc, forum_status )
VALUES ("-101", "0", "SHOUTBOX_PAGE", "Shoutbox Page Control", 1 )
i dowiedziałem sie ze po kazdym tym zapytaniu stawia się ; oczywi¶cie w instrukcji nic niema otym a ja jestem jeszcze lama

- Kod: Zaznacz cały
db_update.php file
CREATE TABLE shout (
shout_id MEDIUMINT(8) UNSIGNED NOT NULL auto_increment,
shout_username VARCHAR(25) NOT NULL,
shout_user_id MEDIUMINT(8) NOT NULL,
shout_group_id MEDIUMINT(8) NOT NULL,
shout_session_time INT(11) NOT NULL,
shout_ip CHAR(8) NOT NULL,
shout_text VARCHAR(255) NOT NULL,
shout_active MEDIUMINT(8) NOT NULL,
shout_bbcode_uid VARCHAR(10) NOT NULL,
INDEX (shout_id));
no i daje GO (niewiem czy wogule w dobrym miejscu to robie

i dalej to juz wiaomo oco mi chodzi: PROSZE POMĂRZCIE MI! ty7lko je¶li mozna bez skomplikowanej webmasterowskiej polszczyzny



pozdrawiam!