![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||||
| |||||
|
|
So...a bit of searching, and I read that in order for the international characters to display in phpmyadmin correctly, I needed to amend my php page code so that for all instances where I see the connection to the database, before the SELECT, INSERT and DELETE queries, I need to add either mysql_set_charset('utf8', $connection) or use three lines of code referencing mysql_query SET NAMES, SET CHARACTER SET and SET COLLATION_CONNECTION for utf8. |
|
I did that, and it removed all of my recordsets in the sidebar menu! Not too good. I'm left with a task of rebuilding pages now. So I placed the mysql_set_charset line in the connection.php file in the DW Connections folder below the connection there instead. [I didn't precede the mysql etc line with a $ sign - I wonder if that's the issue?] |
|
With this change I could use the Insert forms to add the international characters directly into the database and see through phpmyadmin that all was hunky dory. But then the problems came with first loads of the master list page. |
|
So, I can get international characters into the database now (which is a step in the right direction for me), using an insert form on the website, but I still can't get the international characters to display on the returned page on first loading eg on a list of jobs. |
|
I've tried other forums - but people seem to be content with viewing but not offering assistance. I don't believe that what I'm doing here hasn't been done before....all I want is for my pages to display international characters and for these to display correctly in phpmyadmin so that when I insert, update and delete records using webforms I don't have to resort to using &#xxx inserts. |
#3
| |||
| |||
|
#4
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |