Html/xhtml

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Html/xhtml

    how do yu get mobiles to be able to refresh pms cos when your recieve a pm you rad it reply to it but it stil shows you that you havent read it you can only get rid if yu delete ? or if yu get a new pm it replaces it?
    Want something coded email me at sales@webnwaphost.com for a prices.





    #2
    how do yu get mobiles to be able to refresh pms cos when your recieve a pm you rad it reply to it but it stil shows you that you havent read it you can only get rid if yu delete ? or if yu get a new pm it replaces it?[/b]
    could be also browser bug.. ?
    but if happens on all phones.. then must be something in code
    It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
    ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
    ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
    キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

    Comment


      #3
      na the orgitnal was for wml refreshing but i converted it into html, the code i im using is
      Code:
      echo "<onevent type=\"ontimer\">\n";    
      echo "<go href=\"pm.php?session=$session&amp;username=$username&amp;datime=$datime\"/>\n";
      echo "</onevent>\n";
      echo "<timer value=\"80\"/>";
      but it works fine on pc it refreshes
      Want something coded email me at sales@webnwaphost.com for a prices.




      Comment


        #4
        na the orgitnal was for wml refreshing but i converted it into html, the code i im using is
        Code:
        echo "<onevent type=\"ontimer\">\n";    
        echo "<go href=\"pm.php?session=$session&amp;username=$username&amp;datime=$datime\"/>\n";
        echo "</onevent>\n";
        echo "<timer value=\"80\"/>";
        but it works fine on pc it refreshes[/b]
        PC browsers can skip some miner bugs in script...
        meanwhile phone browsers cant
        It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
        ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ ⓐⓡⓔ ⓐⓑⓛⓔ ⓣⓞ ⓗⓔⓐⓡ !
        ιη тнєσяу, тнє ρяα¢тι¢є ιѕ α яєѕυℓт σƒ тнє тнєσяу, вυт ιη ρяα¢тι¢є ιѕ тнє σρρσѕιтє.
        キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!

        Comment


          #5
          Code:
          header("Content-type: application/xhtml+xml; charset=UTF-8");
                              header("Cache-Control: no-store, no-cache, must-revalidate");
          add that in ur xhtml header n this in ur html header
          Code:
          header("Content-type: text/html; charset=UTF-8");
                              header("Cache-Control: no-store, no-cache, must-revalidate");

          Comment


            #6
            cheers bro al try tht but am sure av got that lline in
            Want something coded email me at sales@webnwaphost.com for a prices.




            Comment


              #7
              wahey cheers bro its workd wel looks like it has jus gota test it out for the day,

              Code:
               header("Cache-Control: no-store, no-cache)
              i had that on but misd out the revalidate wen i was recodin

              cheers one agen
              Want something coded email me at sales@webnwaphost.com for a prices.




              Comment

              Working...
              X