
07-18-2002, 05:19 AM
|
|
|
Join Date: Oct 2001
Posts: 156
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Absolutly.
DMINID is your admin userid.
For some (first) version of Lesane store
Quote:
INSERT INTO store VALUES (NULL, 'mafia', 'Safeguard', '100', '0', 'godfather.gif', 'We protect your money', 'Y')
|
is right.
For the last should be
Quote:
INSERT INTO store VALUES (NULL, 'mafia', 'Safeguard', '100', '0', 'godfather.gif', 'We protect your money', 'Y','0')
|
is right.
|