translate this code

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

    translate this code

    i need this :
    echo '<anchor>[Shoot]<go href="rps.php?action=go&amp;sid='.$sid.'" method="post">';
    echo '<postfield name="op" value="$(op)"/>';
    echo '<postfield name="init" value="1"/>';
    echo '</go></anchor>';

    in xhtml form.. thanks
    sigpicthe italian/international COMMUNITY of friendship
    http://people2000.netne.net
    WAP/WEB
    peoplemailbox@katamail.com

    #2
    print '<anchor>[Shoot]<go href="rps.php?action=go&amp;sid='.$sid.'" method="post">';
    print "<postfield name="op" value="$(:'op'"/>";
    print "<postfield name="init" value="1"/>";
    print "</go></anchor>";

    There you go have fun

    Comment


      #3
      wtf showers do u even know how to do xhtml u cant add anchor in html lmao im not on my pc now ill get the xhtml for u if im there if sumone else dnt help u before
      ________________
      Jacques
      jacques@gw-designs.co.za
      http://coding.biz.tm
      Come join and lets make it a place to learn all the noobies how to code
      __________________

      NEVER FORGET TO CLICK THE TANX BUTTON IF U LIKE WHAT IM SHARING OR HELPING WITH

      Comment


        #4
        Originally posted by honkytonkman View Post
        i need this :
        echo '<anchor>[Shoot]<go href="rps.php?action=go&amp;sid='.$sid.'" method="post">';
        echo '<postfield name="op" value="$(op)"/>';
        echo '<postfield name="init" value="1"/>';
        echo '</go></anchor>';

        in xhtml form.. thanks
        echo "<form action=\"rps.php?action=go&amp;sid='.$sid.'\" method=\"post\">";
        echo "<input name=\"op\" maxlength=\"100\"/><br/>"; // :-??
        echo "<input type=\"hidden\" name=\"init\" value=\"1\"/>";
        echo "<input type=\"submit\" value=\"Shoot\"/>";
        echo "</form>";
        <?php unlink('World/Europe/Romania.country'); ?>

        Comment


          #5
          ionutz thats the real code lol i never new there can be anchor in html lol tanx for helping honky
          ________________
          Jacques
          jacques@gw-designs.co.za
          http://coding.biz.tm
          Come join and lets make it a place to learn all the noobies how to code
          __________________

          NEVER FORGET TO CLICK THE TANX BUTTON IF U LIKE WHAT IM SHARING OR HELPING WITH

          Comment

          Working...
          X