Need a little insight into having to decode information from a CSV file, where the last field was encoded to Base64

<?php
   $fh = fopen("file.csv", "r");
   while (list($field1, $field2, $field3, $field4, $field5, $field6) = fgetcsv($fh, 1024, "\t"))
    {

  echo '<tr>
<td width=16%>'.$field1.'</td>
<td width=16% align=center>'.$field2.'</td>
<td width=16% align=center>'.$field3.'</td>
<td width=16%>'.$field4.'</td>
<td width=16% align=center>'.$field5.'</td>
<td width=16%>'.$field6.'</td>
</tr>';
   }
?>

the following is in the CSV as Tab Delimited

157242812	0	255	Mon Sep 22 18:26:48 PDT 2008	410	AAAAAgAAAAEAAAAEAAAACwAAAZoAAAAAAEEAQQBBAEEAQQBBAEEAQQAAAAAAAAAAAAAAAAAAAAA=
157271757	0	255	Thu Sep 18 17:17:16 PDT 2008	563	AAAAAwAAAAEAAAACAAAACQAAAjMAAAAAACkATQAoACAAIAAgACAAIAAAAAAAAAAAAAAAAAAAAAA=
157093377	0	255	Fri Aug 29 19:16:41 PDT 2008	641	AAAAAwAAAAAAAAAKAAAAEAAAAoEAAAAAACgAKQAnACAAIAAgACAAIAAAAAAAAAAAAAAAAAAAAAA=

Basically, $field6 is the Base64 encoded information (dont freak, the encoded information was done in Japanese - so if you do attempt to decode, it'll come out as weird characters)

where would I put this piece of code:

base64_decode($field6);

So that I can list what $field6 says?

Thanks ahead of time for your help.

    Just use it on whichever $filedx variable is for that column, e.g.:

    <td width=16%>'.base64_decode($field6).'</td>
    

      ...In other words, anywhere after you retrieve it from the database (because before that you don't have it) but before you display it (because after that it's too late)....

        And I run into the problem that I've been experiencing by doing that within the echo:

        I replaced

        <td width=16%>'.$field6.'</td>

        with

        <td width=16%>'.base64_decode($field6).'</td>

        And nothing comes out but Chinese characters

        &#29756;&#25185;&#25964;&#30496;&#25705;&#26740;&#8765;&#13623;&#8741;&#25120;&#29295;&#25956;&#15730;&#12578;&#27745;&#26473;&#15726;&#25378;&#28261;&#25972;&#8818;&#2622;&#29756;&#15986;&#15370;&#25716;&#25376;&#27759;&#28787;&#28257;&#8765;&#8758;&#21566;&#28783;&#12576;&#27728;&#31073;&#29285;&#8307;&#18472;&#26473;&#25960;&#29811;&#21280;&#28515;&#25970;&#29728;&#8303;&#28492;&#25975;&#29811;&#15401;&#29743;&#15972;&#15370;&#29743;&#15986;&#15370;&#29300;&#2622;&#29756;&#15972;&#21319;&#20512;&#28530;&#26982;&#25964;&#18720;&#15428;&#29743;&#15972;&#15370;&#25716;&#18238;&#29793;&#26469;&#29295;&#8313;&#17481;&#12092;&#25716;&#2622;&#29756;&#15972;&#25938;&#26983;&#28271;&#18720;&#15428;&#29743;&#15972;&#15370;&#25716;&#21566;&#28009;&#8293;&#28257;&#8292;&#24900;&#25972;&#12092;&#25716;&#2622;&#29756;&#15972;&#25427;&#29295;&#15461;&#29743;&#15972;&#15370;&#25716;&#21822;&#17481;&#12092;&#25716;&#2622;&#12092;&#29300;&#2622;&#29756;&#15986;&#15370;&#25716;&#30496;&#25705;&#26740;&#12605;&#9526;&#12606;&#14133;&#13106;&#14646;&#14646;&#12092;&#25716;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#8229;&#27745;&#26473;&#15726;&#25955;&#29806;&#29285;&#12350;&#12092;&#25716;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#8229;&#27745;&#26473;&#15726;&#25955;&#29806;&#29285;&#12862;&#13621;&#12092;&#25716;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#15909;&#24915;&#8308;&#30017;&#8295;&#12339;&#12320;&#14897;&#12337;&#12858;&#8242;&#17488;&#8276;&#12338;&#14384;&#12092;&#25716;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#8229;&#27745;&#26473;&#15726;&#25955;&#29806;&#29285;&#12606;&#13363;&#15410;&#29743;&#15972;&#15370;&#25716;&#30496;&#25705;&#26740;&#12605;&#9526;>&#65533; &#65533;&#65533;&#65533;&#65533; &#1280;>&#65533;&#65533;/ &#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#15360;&#29743;&#15972;&#15370;&#29743;&#15986;&#29756;&#15986;&#15370;&#25716;&#30496;&#25705;&#26740;&#12605;&#9526;&#12606;&#12598;&#13109;&#13113;&#13105;&#12092;&#25716;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#8229;&#27745;&#26473;&#15726;&#25955;&#29806;&#29285;&#12350;&#12092;&#25716;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#8229;&#27745;&#26473;&#15726;&#25955;&#29806;&#29285;&#12862;&#13621;&#12092;&#25716;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#15909;&#28493;&#8302;&#25939;&#8304;&#14642;&#12320;&#14897;&#12595;&#13114;&#8247;&#17488;&#8276;&#12338;&#14384;&#12092;&#25716;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#8229;&#27745;&#26473;&#15726;&#25955;&#29806;&#29285;&#12606;&#14642;&#15413;&#29743;&#15972;&#15370;&#25716;&#30496;&#25705;&#26740;&#12605;&#9526;>&#65533; &#65533;&#65533;&#65533;&#65533;&#1280;&#65533;&#65533;MOO &#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#15360;&#29743;&#15972;&#15370;&#29743;&#15986;&#29756;&#15986;&#15370;&#25716;&#30496;&#25705;&#26740;&#12605;&#9526;&#12606;&#14133;&#12338;&#13111;&#14389;&#12092;&#25716;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#8229;&#27745;&#26473;&#15726;&#25955;&#29806;&#29285;&#12350;&#12092;&#25716;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#8229;&#27745;&#26473;&#15726;&#25955;&#29806;&#29285;&#12862;&#13621;&#12092;&#25716;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#15909;&#29254;&#8297;&#30017;&#8295;&#14642;&#12576;&#14905;&#13873;&#13370;&#8241;&#17488;&#8276;&#12338;&#14384;&#12092;&#25716;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#8229;&#27745;&#26473;&#15726;&#25955;&#29806;&#29285;&#12606;&#14642;&#15409;&#29743;&#15972;&#15370;&#25716;&#30496;&#25705;&#26740;&#12605;&#9526;>&#65533; &#65533;&#65533;&#65533;&#65533;&#1280;&#65533;&#65533;NOMIS &#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#15360;&#29743;&#15972;&#15370;&#29743;&#15986;&#29756;&#15986;&#15370;&#25716;&#30496;&#25705;&#26740;&#12605;&#9526;&#12606;&#13109;&#12855;&#13620;&#12856;&#12092;&#25716;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#8229;&#27745;&#26473;&#15726;&#25955;&#29806;&#29285;&#12350;&#12092;&#25716;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#8229;&#27745;&#26473;&#15726;&#25955;&#29806;&#29285;&#12606;&#12092;&#25716;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#15909;&#29254; &#8297;&#30017;&#8295;&#8248;&#13360;&#13114;&#14896;&#14130;&#20512;&#21572;&#12832;&#12336;&#15416;&#29743;&#15972;&#15370;&#25716;&#30496;&#25705;&#26740;&#12605;&#9526;&#24864;&#26988;&#28263;&#25405;&#28261;&#25972;&#15986;&#12593;&#13880;&#12092;&#25716;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#15909;&#65533;&#4864;&#65533;&#65533;&#65533;&#65533;&#65533;&#6912;&#65533;&#41476;&#65533;&#65533;&#21248;&#18688;&#19712;&#20224;&#19968;&#14592;&#14592;&#14592;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#12092;&#25716; &#2622;&#12092;&#29300;&#15422;&#29300;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#15909;&#13617;&#14135;&#13363;&#12599;&#15410;&#29743;&#15972;&#15370;&#25716;&#30496;&#25705;&#26740;&#12605;&#9526;&#24864;&#26988;&#28263;&#25405;&#28261;&#25972;&#15986;&#15408;&#29743;&#15972;&#15370;&#25716;&#30496;&#25705;&#26740;&#12605;&#9526;&#24864;&#26988;&#28263;&#25405;&#28261;&#25972;&#15986;&#13618;&#15413;&#29743;&#15972;&#15370;&#25716;&#30496;&#25705;&#26740;&#12605;&#9526;&#21566;&#25973;&#21280;&#28773;&#12832;&#12320;&#14897;&#12595;&#12858;&#8243; &#17488;&#8276;&#12338;&#14384;&#12092;&#25716;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#8229;&#27745;&#26473;&#15726;&#25955;&#29806;&#29285;&#12606;&#13361;&#15417;&#29743;&#15972;&#15370;&#25716;&#30496;&#25705;&#26740;&#12605;&#9526;>&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#1024;}&#65533;&#65533;1234567A&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#15360;&#29743;&#15972;&#15370;&#29743;&#15986;&#29756;&#15986;&#15370;&#25716;&#30496;&#25705;&#26740;&#12605;&#9526;&#12606;&#12598;&#13109;&#12855;&#13619;&#12092;&#25716;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#8229;&#27745;&#26473;&#15726;&#25955;&#29806;&#29285;&#12350;&#12092;&#25716;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#8229;&#27745;&#26473;&#15726;&#25955;&#29806;&#29285;&#12862;&#13621;&#12092;&#25716;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#15909;&#30035;&#8302;&#25939;&#8304;&#14386;&#12832;&#14899;&#13360;&#12858;&#8245;&#17488;&#8276;&#12338;&#14384;&#12092;&#25716; &#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#8229;&#27745;&#26473;&#15726;&#25955;&#29806;&#29285;&#12606;&#13361;&#15417;&#29743;&#15972;&#15370;&#25716;&#30496;&#25705;&#26740;&#12605;&#9526;>&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#1024;}&#65533;&#65533;JOJO &#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#15360;&#29743;&#15972;&#15370;&#29743;&#15986;&#29756;&#15986;&#15370;&#25716;&#30496;&#25705;&#26740;&#12605;&#9526;&#12606;&#12597;&#12341;&#13625;&#13875;&#12092;&#25716;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#8229;&#27745;&#26473;&#15726;&#25955;&#29806;&#29285;&#12350;&#12092;&#25716;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#8229;&#27745;&#26473;&#15726;&#25955;&#29806;&#29285;&#12606;&#12092;&#25716;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#15909;&#30036; &#8293;&#30026;&#8300;&#12850;&#12832;&#14899;&#12597;&#12858;&#8244;&#17488;&#8276;&#12338;&#14384;&#12092;&#25716;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#8229;&#27745;&#26473;&#15726;&#25955;&#29806;&#29285;&#12606;&#13105;&#15408;&#29743;&#15972;&#15370;&#25716;&#30496;&#25705;&#26740;&#12605;&#9526;>&#65533; &#65533;&#65533;&#65533;&#65533;&#65533;&#1024;j&#65533;&#65533;BENTZON &#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#15360;&#29743;&#15972;&#15370;&#29743;&#15986;&#29756;&#15986;&#15370;&#25716;&#30496;&#25705;&#26740;&#12605;&#9526;&#12606;&#13109;&#13876;&#12852;&#13878;&#12092;&#25716;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#8229;&#27745;&#26473;&#15726;&#25955;&#29806;&#29285;&#12350;&#12092;&#25716;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#8229;&#27745;&#26473;&#15726;&#25955;&#29806;&#29285;&#12606;&#12092;&#25716;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#15909;&#26708; &#8309;&#30017;&#8295;&#8247;&#12592;&#13114;&#14899;&#12337;&#20512;&#21572;&#12832;&#12336;&#15416;&#29743;&#15972;&#15370;&#25716;&#30496;&#25705;&#26740;&#12605;&#9526;&#24864;&#26988;&#28263;&#25405;&#28261;&#25972;&#15986;&#12593;&#12337;&#12092;&#25716;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#15909;&#65533;&#2816;&#65533;&#65533;&#65533;&#65533;&#65533;&#4096;&#65533;&#22020;&#65533;&#65533;&#21248;&#18688;&#19712;&#20224;&#19968;&#8192;&#8192;&#8192;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#12092;&#25716; &#2622;&#12092;&#29300;&#15422;&#29300;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#15909;&#13617;&#12853;&#12336;&#13875;&#15410;&#29743;&#15972;&#15370;&#25716;&#30496;&#25705;&#26740;&#12605;&#9526;&#24864;&#26988;&#28263;&#25405;&#28261;&#25972;&#15986;&#15408;&#29743;&#15972;&#15370;&#25716;&#30496;&#25705;&#26740;&#12605;&#9526;&#24864;&#26988;&#28263;&#25405;&#28261;&#25972;&#15986;&#13618;&#15413;&#29743;&#15972;&#15370;&#25716;&#30496;&#25705;&#26740;&#12605;&#9526;&#22334;&#25701;&#16672;&#26485;&#12832;&#8247;&#14641;&#12346;&#14903;&#12596; &#20512;&#21572;&#12832;&#12336;&#15416;&#29743;&#15972;&#15370;&#25716;&#30496;&#25705;&#26740;&#12605;&#9526;&#24864;&#26988;&#28263;&#25405;&#28261;&#25972;&#15986;&#12593;&#12337;&#12092;&#25716;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#15909;&#65533;&#768;&#65533;&#65533;&#65533;&#65533;&#65533;&#768;&#65533;&#22020;&#65533;&#65533;&#21248;&#18688;&#19712;&#20224;&#19968;&#10240;&#10496;&#8192;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#12092;&#25716;&#2622;&#12092;&#29300;&#15422;&#29300;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#15909;&#13617;&#12855;&#14129;&#14137;&#15417;&#29743;&#15972;&#15370;&#25716;&#30496;&#25705;&#26740;&#12605;&#9526;&#24864;&#26988;&#28263;&#25405;&#28261;&#25972;&#15986;&#15408;&#29743;&#15972;&#15370;&#25716;&#30496;&#25705;&#26740;&#12605;&#9526;&#24864;&#26988;&#28263;&#25405;&#28261;&#25972;&#15986;&#13618;&#15413;&#29743;&#15972;&#15370;&#25716;&#30496;&#25705;&#26740;&#12605;&#9526;&#17982;&#26994;&#16672;&#26485;&#12832;&#12594;&#12346;&#14902;&#13618;&#20512;&#21572;&#12832;&#12336;&#15416;&#29743;&#15972;&#15370;&#25716;&#30496;&#25705;&#26740;&#12605;&#9526;&#24864;&#26988;&#28263;&#25405;&#28261;&#25972;&#15986;&#12593;&#12336;&#12092;&#25716;&#2622;&#29756;&#8292;&#26999;&#29796;&#15720;&#13873;&#15909;&#65533;&#768;&#65533;&#65533;&#65533;&#256;&#65533;&#1024;&#65533;&#19460;&#65533;&#65533;&#16640;&#11520;&#17408;&#17664;&#16640;&#21504;&#18432;&#8192;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#12092;&#25716;&#2622;&#12092;&#29300;&#15422;&#29743;&#25185;&#25964;&#2622;&#15370;&#29288;&#2622;&#15370;&#24948;&#27746;&#8293;&#26999;&#29796;&#15720;&#14114;&#9525;&#28514;&#25714;&#29285;&#8765;&#8753;&#24864;&#26988;&#28263;&#8765;&#25955;&#29806;&#29285;&#15906;&#15370;&#29300;&#2622;&#29756;&#8292;&#28515;&#29548;&#24944;&#15726;&#13858;&#15906;&#28500;&#8304;&#12338;&#20512;&#24940;&#25977;&#29554;&#11552;&#24906;&#24944;&#8302;&#8232;&#24906;&#24944;&#8302;&#8253;&#10545;&#12092;&#25716;&#2622;&#12092;&#29300;&#2622;&#29756;&#15986;&#15370;&#25716;&#18238;&#8275;&#29264;&#26223;&#27753;&#8293;&#17481;&#12092;&#25716;&#2622;&#29756;&#15972;&#24903;&#25972;&#28519;&#31090;&#18720;&#15428;&#29743;&#15972;&#15370;&#25716;&#21054;&#26469;&#28521;&#8302;&#17481;&#12092;&#25716;&#2622;&#29756;&#15972;&#26964;&#25965;&#24864;&#25710;&#17440;&#29793;&#15461;&#29743;&#15972;&#15370;&#25716;&#21310;&#28515;&#25970;&#12092;&#25716;&#2622;&#29756;&#15972;&#18773;&#15428;&#29743;&#15972;&#15370;&#29743;&#15986;&#8202;&#2570;&#2313;&#29756;&#15986;&#2314;&#15369;&#25716;&#12606;&#13109;&#12855;&#13620;&#12856;&#12092;&#25716;&#2622;&#2313;&#29756;&#15972;&#15408;&#29743;&#15972;&#2314;&#15369;&#25716;&#12606;&#12092;&#25716;&#2622;&#2313;&#29756;&#15972;&#29254;&#8297;&#30017;&#8295;&#8248;&#13360;&#13114;&#14896;&#14130;&#20512;&#21572;&#12832;&#12336;&#15416;&#29743;&#15972;&#2314;&#15369;&#25716;&#12606;&#14385;&#15414;&#29743;&#15972;&#2314;&#15369;&#25716;>&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#1024;¢&#65533;&#65533;SIMON999&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#15360;&#29743;&#15972;&#2314;&#15369;&#29743;&#15986;&#2314;&#15369;&#29300;&#2622;&#2313;&#29756;&#15972;&#13617;&#13617;&#14640;&#13109;&#15414;&#29743;&#15972;&#2314;&#15369;&#25716;&#12350;&#12092;&#25716;&#2622;&#2313;&#29756;&#15972;&#15409;&#29743;&#15972;&#2314;&#15369;&#25716;&#21566;&#25973;&#18976;&#27765;&#12832;&#8242;&#13106;&#13626;&#14897;&#13362;&#20512;&#21572;&#12832;&#12336;&#15416;&#29743;&#15972;&#2314;&#15369;&#25716;&#12606;&#13105;&#15408;&#29743;&#15972;&#2314;&#15369;&#25716;>&#65533; &#65533;&#65533;&#65533;&#65533;&#65533;&#1024;j&#65533;&#65533;BENTZON &#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#15360;&#29743;&#15972;&#2314;&#15369;&#29743;&#15986;&#2314;&#15369;&#29300;&#2622;&#2313;&#29756;&#15972;&#13617;&#13363;&#13366;&#13874;&#15414;&#29743;&#15972;&#2314;&#15369;&#25716;&#12350;&#12092;&#25716;&#2622;&#2313;&#29756;&#15972;&#15409;&#29743;&#15972;&#2314;&#15369;&#25716;&#21566;&#30056;&#16672;&#26485;&#14112;&#12320;&#14897;&#13107;&#12602;&#17488;&#8276;&#12338;&#14384;&#12092;&#25716;&#2622;&#2313;&#29756;&#15972;&#12593;&#12337;&#12092;&#25716;&#2622;&#2313;&#29756;&#15972; &#65533;&#2816;&#65533;&#65533;&#65533;&#65533;&#65533;&#4096;&#65533;&#22020;&#65533;&#65533;&#21248;&#18688;&#19712;&#20224;&#19968;&#8192;&#8192;&#8192;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#12092;&#25716;&#2622;&#2313;&#12092;&#29300;&#2622;&#2313;&#29756;&#15986;&#2314;&#15369;&#25716;&#12606;&#13109;&#12857;&#12594;&#14646;&#12092;&#25716;&#2622;&#2313;&#29756;&#15972;&#15408;&#29743;&#15972;&#2314;&#15369;&#25716;&#12606;&#12092;&#25716;&#2622;&#2313;&#29756;&#15972;&#24915;&#8308;&#30017;&#8295;&#14128;&#12858;&#14896;&#14644;&#20512;&#21572;&#12832;&#12336;&#15416;&#29743;&#15972;&#2314;&#15369;&#25716;&#12606;&#14640;&#15408;&#29743;&#15972;&#2314;&#15369;&#25716;>&#65533; &#65533;&#65533;&#65533;&#65533;&#65533; &#1024;B&#65533;&#65533;(*-*) &#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#15360;&#29743;&#15972;&#2314;&#15369;&#29743;&#15986;&#2314;&#15369;&#29300;&#2622;&#2313;&#29756;&#15972;&#13361;&#14137;&#12601;&#13369;&#15408;&#29743;&#15972;&#2314;&#15369;&#25716;&#12350;&#12092;&#25716;&#2622;&#2313;&#29756;&#15972;&#15409;&#29743;&#15972;&#2314;&#15369;&#25716;&#19774;&#28271;&#18976;&#27765;&#12576;&#8244;&#13106;&#13370;&#14900;&#12852;&#20512;&#21572;&#12832;&#12336;&#15416;&#29743;&#15972;&#2314;&#15369;&#25716;&#12606;&#14384;&#15408;&#29743;&#15972;&#2314;&#15369;&#25716; >&#65533; &#65533;&#65533;&#65533;&#65533;&#1024;8&#65533;&#65533;SHELTON &#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#15360;&#29743;&#15972;&#2314;&#15369;&#29743;&#15986;&#2314;&#15369;&#29300;&#2622;&#2313;&#29756;&#15972;&#13617;&#14643;&#12593;&#13368;&#15408;&#29743;&#15972;&#2314;&#15369;&#25716;&#12350;&#12092;&#25716;&#2622;&#2313;&#29756;&#15972;&#15409;&#29743;&#15972;&#2314;&#15369;&#25716;&#21310;&#29793;&#16672;&#26485;&#14624;&#12320;&#14900;&#13876;&#12858;&#8243;&#17488;&#8276;&#12338;&#14384;&#12092;&#25716;&#2622;&#2313;&#29756;&#15972;&#12337;&#12341;&#12092;&#25716;&#2622;&#2313;&#29756;&#15972; &#65533;&#1280;&#65533;&#65533;&#65533;&#65533;&#65533;&#1792;&#65533;&#6660;&#65533;&#65533;&#21248;&#18688;&#19712;&#20224;&#19968;&#8192;&#8192;&#8192;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#12092;&#25716;&#2622;&#2313;&#12092;&#29300;&#15422;&#29743;&#25185;&#25964;&#2622;

        Not even my table shows up.

          If the [man]mbstring[/man] extension is enabled, you could try:

          mb_convert_encoding(base64_decode($field6), 'UTF-8')
          

          But that's purely a stab in the dark, since I don't know what the encoded data really is and if it can be parsed in such a way.

            WizyWyg wrote:

            And nothing comes out but Chinese characters

            WizyWyg wrote:

            dont freak, the encoded information was done in Japanese - so if you do attempt to decode, it'll come out as weird characters

            I'll try to restrain myself.

              Write a Reply...