wml to php conversion

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

    wml to php conversion

    Hi,

    Can someone expert helps to convert this wml format to php
    PHP Code:
    echo "<anchor title=\"go\">continue<go href=\"index.php?$ses\" method=\"post\">\n";
    echo 
    "<postfield name=\"mn\" value=\"$(mn$ref)\"/>\n";
    echo 
    "</go></anchor>\n"

    #2
    Yes, i'd like to see someone convert this tiny piece on (non already php coded) Wap Markup Language snippet, to pure PHP :-) Dude u nid to get ur facts straight. What u said is like trying to convert paper into pen. You can only convert wml to a fellow client-side markup language e.g html. PHP is server-side. Now unless u go and read, what i just said would sound like "wen guardium leviosar" to you.

    Comment


      #3
      You know wml can be .wml
      Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
      Visit: WapMasterz Coming Back Soon!
      _______
      SCRIPTS FOR SALE BY SUBZERO
      Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
      FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
      _______
      Info & Tips
      php.net
      w3schools.com

      Comment


        #4
        CreativityKills, you are saying that even God also can't help?

        Comment


          #5
          guess your trying to convert into html
          PHP Code:
          echo '<form action="index.php?'.$ses.'" method="post">
          <input type="hidden" name="mn" value="mn'
          .$ref.'"/>
          <input type="sumbit" value="\n"/>
          </form>'

          but does look kind of a pointless form lol

          Added after 37 minutes:

          Originally posted by subzero View Post
          You know wml can be .wml
          .wml could be .html or .php with a little mod in .htaccess
          Last edited by something else; 19.07.11, 14:32.

          Comment

          Working...
          X