Search found 5 matches

by vikram_u
Sat Feb 27, 2010 1:16 am
Forum: Databases
Topic: diamond question mark character set
Replies: 6
Views: 3687

Re: diamond question mark character set

Key here is that the table data is in UTF8, encoding is in UTF8, PHP and Apache have no charset modifications.

The HTML displaying this is encoded as utf8. Still all browsers fail to display. Amazes me?.
by vikram_u
Fri Feb 26, 2010 1:53 am
Forum: Databases
Topic: diamond question mark character set
Replies: 6
Views: 3687

Re: diamond question mark character set

Have a similar issue wherein the Data i.e (Gagné, Michel) in DB is in UTF8, Table/Schema and are charset: UTF-8. In Firefox and Chrome the data is seen with Diamond[] and in IE, the View Source indicates a missing character. I still see the Black Diamond. Any suggestions..? Php.ini and httpd.conf ch...
by vikram_u
Tue Nov 24, 2009 8:37 am
Forum: Databases
Topic: fail to return resultset storedproc on PHP5.2.5/MySQL5.0.51a
Replies: 3
Views: 855

Re: fail to return resultset storedproc on PHP5.2.5/MySQL5.0.51a

Thanks Guys.... just used CALL Stored proc using the mysql extension.. mysqli was disabled
by vikram_u
Sun Nov 15, 2009 12:07 am
Forum: Databases
Topic: fail to return resultset storedproc on PHP5.2.5/MySQL5.0.51a
Replies: 3
Views: 855

Re: fail to return resultset storedproc on PHP5.2.5/MySQL5.0.51a

Thanks VladSun... For now we are using mysql_query to call the StoredProc'e. seems to work on WAMP 5.1.7.3 and on the deployed system as well.. It appears that after anebling mysqli extensions we still have PHP 'eating' away the argument list. As said before commandline CALL's work on both environme...
by vikram_u
Fri Nov 13, 2009 12:52 pm
Forum: Databases
Topic: fail to return resultset storedproc on PHP5.2.5/MySQL5.0.51a
Replies: 3
Views: 855

fail to return resultset storedproc on PHP5.2.5/MySQL5.0.51a

We have a storedproc call using multi_query that executes OK running on our Development Environment - WAMP 5.1.7.3 and XAMPP. However on the deployed system, we have disparate Apache/MYSQL and PHP directories and configurations with PHP5.2.5 and Mysql5.0.51a we face issues wherein the mysqli/multi_q...