I did all the changes to the php file
But I am a newby and dont know what exactly is meant by this. I ran the qery but i dont know what is meant by the final words in the text below. Remember to add a prefix if you use it. - What prefix.
I ran the query - but it said it changed 0 rows .
Help!!
Run this query:
_________________
CREATE TABLE `mailtemp` (
`test` tinyint(1) UNSIGNED DEFAULT '0' NOT NULL,
`message` mediumtext NOT NULL,
`subject` mediumtext NOT NULL,
`from` mediumtext NOT NULL,
`serializeduser` mediumtext NOT NULL
) TYPE=MyISAM;
Remember to add a prefix if you use it.
|