I did this blog where I create a temporary table to store entries while editing
them (spell checking, preview, etc). The problem I was having is that sometimes
the temporary table is created sometimes not. For every transaction with MySql I
used mysql_pconnect(). Since I changed to using mysql_connect and regular tables
instead of temporary tables everything seems to work fine, has anyone experienced
problems with temporary tables with MySql?

____
Regards, Andu Novac

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

Reply via email to