Please help Pretty Please

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

    Please help Pretty Please

    Can any 1 please convert this to HTML please..... For sum reason I don't know how lol.....

    PHP Code:
    print '<input name="msg'.$r.'"/><br/>'.
    '<select name="private" title="'.$lang['privat'].'">'.
    '<option value="0">Public</option>'.
    '<option value="'.$login['id'].'.'.$data['id'].'">Private</option>'.
    '</select><br/>'.
    '<anchor>Whisper<go href="mroom.php?id='.$id.'&amp;pass='.$pass.'&amp;room='.$room.'&amp;r='.$r.'&amp;mod='.$mod.'" method="post">'.
    '<postfield name="private" value="$(private)"/>'.
    '<postfield name="msg" value="'.$data['login'].', $(msg'.$r.')"/>'.
    '<postfield name="translit" value="$(translit)"/></go></anchor><br/>'
    BakGat
    Code:
    class Counter {
    public:
      void Count();
      int  ReadDisplay();
    private:
      int  CurrentCount;
    };








    Back up my hard drive? How do I put it in reverse?
    My Community
    BakGat
    sigpic

    #2
    The faster people help me rhe faster i can release the script
    BakGat
    Code:
    class Counter {
    public:
      void Count();
      int  ReadDisplay();
    private:
      int  CurrentCount;
    };








    Back up my hard drive? How do I put it in reverse?
    My Community
    BakGat
    sigpic

    Comment


      #3
      PHP Code:
      print '<form action="mroom.php?id='.$id.'&amp;pass='.$pass.'&amp;room='.$room.'&amp;r='.$r.'&amp;mod='.$mod.'" method="get"><input name="msg'.$r.'"/><br/>'.
      '<select name="private" title="'.$lang['privat'].'">'.
      '<option value="0">Public</option>'.
      '<option value="'.$login['id'].'.'.$data['id'].'">Private</option>'.
      '</select><br/>Whisper<br/><input name="private" value="$(private)"/>'.
      '<input name="msg" value="'.$data['login'].', $(msg'.$r.')"/>'.
      '<input name="translit" value="$(translit)"/><br/><input type="submit" value="submit"/></form><br/>'
      not sure if this is correct but it should be
      Last edited by kevk3v; 22.03.10, 01:52.
      Mobile chat, iphone chat, android chat, chat, rooms http://www.aiochat.com

      Comment

      Working...
      X