PHP Integration Problem
pauschpageDOTcom
Joined: 2004-03-20
Posts: 118 |
![]() |
Hello! I have a website with the switch($site){} function. $g2_Config['path'] = dirname(__FILE__) . '/gallery2/'; Now the problem.. When i open gallery2embedded.php - everything works good. Here is the included Site with the problem: Link Please help me ;-) |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
> But when i load the file into my site - i have some bugs... with the ÄÖÜ' see: you need to set the charset header in php and you need to set the html <meta tag for the charset too. -------------- |
|
pauschpageDOTcom
Joined: 2004-03-20
Posts: 118 |
![]() |
Thanks for the answer! the meta tag into <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + i've added Nothing has changed |
|