nice topic
I've some questions
- How do I creat new table with 2 felds , sure with vBulletin functions and classes
example:-
PHP Code:
CREATE TABLE `mytable` (
`field1` TEXT NOT NULL ,
`field2` TEXT NOT NULL
) TYPE = MYISAM ;
- Add data into fields there
- read the data from the fields there
REMEMBER I knew the answer of all questions in PHP-MySQL syntax but i want to know in vBulletin classes and function , because I want to use it in my [Product] for vB 3.5
thanks