[PHP-DB] Re: Mysql vs postgresql

2002-09-30 Thread gabi munteanu

I would go for postgresql.
Reasons?

triggers,procedures,a speed almost equal to mysql.
they say mysql is faster.
In my experience, only the simplest sites take advantage of this great
speed.
Once, in a web-page I had 2 sql queries to a Postgresql engine
and I had to re-write the code for Mysql:
I couldn't without 5 separate queries.

So, depending on the complexity of your site
you shoud choose betwwen Postgreasql and MySQL.

Gabi



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DB] Re: php and fonts

2002-09-30 Thread gabi munteanu

You have to use IExplorer 4 or later
and instead of a textarea where the user pastes the news
you will provide him a 
or  you will set the value
before he submits the form:
news_text.value=news.innerHTML;

and this blob you put in your MySQL.

This only work on IE.

For Netscape, perhaps some other guy will help you.
But, if it is an admin module, you will be able to impose
a browser.

Gabi

always open to new ideas at [EMAIL PROTECTED]



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php