Search results

  1. N

    How to display japanese characters with php and mysql?

    the Japanese is displaying as question marks instead of the Japanese characters. I have set the tables AND row Collation in my database to utf8_general_ci. And the database thats using the Japanese and mysqls main Collation also to utf8_general_ci. every file on my website has the <meta...
  2. N

    How to pass variable from page to page with php session?

    I have a php script that creates a page when given a new entry and in that page, after the page is made i try to set a variable in the session to be the string of the page name just created like this. $_SESSION['newpage'] = $html_file_name; when the script is done, it redirects back to the...
  3. N

    How to display japanese characters with php and mysql?

    the Japanese is displaying as question marks instead of the Japanese characters. I have set the tables AND row Collation in my database to utf8_general_ci. And the database thats using the Japanese and mysqls main Collation also to utf8_general_ci. every file on my website has the <meta...
Back
Top