
08-28-2006, 11:31 PM
|
 |
|
|
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Erwin
Something's wrong with the XML product.
All you need to do to use the default DICTIONARY.DIC way of install is to run this query:
PHP Code:
CREATE TABLE vbspell (word varchar(30) NOT NULL, sound varchar(10) NOT NULL, UNIQUE KEY word (word), KEY sound (sound));
Then in the XML product file, delete this bit:
and the normal install procedure should work.
Also, the php files should have this changed from:
to
For it to work with PHP 5.x.x.
Also, the popup hides behind other windows for some reason.
 Works well otherwise.
|
Is that for me?
|