[PHP-DB] MySQL connection: Change on syntaxis?

2001-06-21 Thread Tomás García Ferrari
? +-- --+ Tomás García Ferrari Bigital http://bigital.com/ +-- --+ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact

Re: [PHP-DB] True and Flase in mysql !!

2001-05-12 Thread Tomás García Ferrari
Hello, What about this: MyColumn enum('true','false') default 'false' hi all .. What is the best way to create True\Flase field in mysql ?? Regards, Tomas Garcia Ferrari Bigital http://bigital.com -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP-DB] Treelike data: adjacency list or nested sets?

2001-04-20 Thread Tomás García Ferrari
Hello, I'm developing a system (with PHP-MySQL) in which I will have different articles published. Any given article can correspond to a category (or sub-category (or sub-sub-category)). Something like this: Cat 1 Sub 1.1 Sub-Sub 1.1.1 Sub-Sub 1.1.2 Sub 1.2 Sub 1.3