Dezember 2004 11:06
To: [EMAIL PROTECTED]
Subject: PHP function maxdb_options: Parameter mismatch
Hi,
Using this function as described in
http://dev.mysql.com/doc/maxdb/pdf/php_presentation.pdf:
maxdb_options($link, MAXDB_UNICODE, TRUE);
fails:
Warning: maxdb_options() expects exactly 2 par
Hi,
Using this function as described in
http://dev.mysql.com/doc/maxdb/pdf/php_presentation.pdf:
maxdb_options($link, MAXDB_UNICODE, TRUE);
fails:
Warning: maxdb_options() expects exactly 2 parameters, 3 given in ..
By looking in the source (php_maxdb.c) i found out, that this function on