View Single Post
Old May 29th, 2007, 11:17 AM   #23 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,067
You can try using that hack to replace all calls with mysqli if you want but as I stated that is beyond what we support.

I have clearly shown we support UTF as shown here I am using your own user title as an example

http://www.reeftalk.com/classifieds/...php?product=26

Your issue is with using mysqli for vb and things seem to be stored different so they will be displayed different. If your vb was using mysql not mysqli it would display right just like my test site

Most programs tell you specifically if they support mysql or mysqli and I know vb tells you that. No where on your site do we state we support the mysqli extention

I have not looked at whats involved but I beleive you need to change all mysql connect strings etc from examples below

mysql_num_rows

to say

mysqli_num_rows

There might be more to it but you would need to look at that hack you noted and see
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote