can you change this?

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

    can you change this?

    can anyone change this format
    Code:
    echo "<input name=\"message\" type=\"text\" value=\"\" maxlength=\"200\"/><br/>";
                echo "<anchor>Write";
                echo "<go href=\"chat.php?sid=$sid&amp;rid=$rid&amp;rpw=$rpw\" method=\"post\">";
                echo "<postfield name=\"message\" value=\"$(message)\"/>";
                echo "</go></anchor><br/>";
    to like this
    Code:
    <input name ="message" emptyok="true"/><br/><a href="chat.php?h=2475416&amp;rid=2481638&amp;message=$(message)&amp;dummy=">Write</a><br/>
    means... echo "<anchor>Write";
    echo "<go href=\"chat.php?sid=$sid&amp;rid=$rid&amp;rpw=$rpw \" method=\"post\">";
    echo "<postfield name=\"message\" value=\"$(message)\"/>";
    echo "</go></anchor><br/>";

    in a link ??
    PHP Code:
    /* I don't know everything hehe */ 
    Find me on facebook

    #2
    your trying to do something impossible
    a href will not send input information

    Comment


      #3
      why not? send all info in link.. :D:D
      Nous Ne Dansos Pas, Nous Sommes Le Danse.!

      Comment


        #4
        Originally posted by something else View Post
        your trying to do something impossible
        a href will not send input information
        look at second format . Its a source code from active site and it worked ,
        PHP Code:
        /* I don't know everything hehe */ 
        Find me on facebook

        Comment


          #5
          Originally posted by Vayne View Post
          why not? send all info in link.. :D:D
          how ? I tryed but get eror . Can you cod this ?
          PHP Code:
          /* I don't know everything hehe */ 
          Find me on facebook

          Comment


            #6
            Whats the point? .... it seems really pointless converting go href to a href if they do the same job?

            Comment


              #7
              .. i think he wants to have a link that send a message ??
              ..when you click the link, its send a message ??
              .. i dont get it lol :D
              Did I help you?
              You can help me too
              Your donations will help me finance my studies.

              Comment


                #8
                i can code it lol but its realy pointless try researching the code for fun and games like poke alert kick alert etc wher the user who does the action gets an auto inbox









                Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
                Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

                Comment


                  #9
                  Ok im making it more clear
                  if use <input name ="message" emptyok="true"/><br/>
                  then what to do in href ?
                  I am talking about valu n post field where they will go ?
                  PHP Code:
                  /* I don't know everything hehe */ 
                  Find me on facebook

                  Comment


                    #10
                    Originally posted by ozziemale31 View Post
                    i can code it lol but its realy pointless try researching the code for fun and games like poke alert kick alert etc wher the user who does the action gets an auto inbox
                    its not a pointless dear , if i make in this formate then wap pages would be mor cheap
                    PHP Code:
                    /* I don't know everything hehe */ 
                    Find me on facebook

                    Comment


                      #11
                      <anchor>Send
                      <go href="chat.php?sid=<?=$sid?>&amp;rid=<?=$rid?>&amp ;rpw=<?=$rpw?>" method="post">
                      <postfield name="message" value="$(message)"/>
                      </go></anchor><br/>
                      Last edited by something else; 11.09.09, 07:47.

                      Comment


                        #12
                        but if u change the xhtml to wml format it wud be most easier and less confusing for your users









                        Dont Ask Me Dumb Questions.Or you'l get a Dumb Answer..
                        Want A Profesional Logo or Theme For Your wap site Pm Me.If I Have The Time Ill Make It For Free

                        Comment


                          #13
                          Originally posted by something else View Post
                          <go href="chat.php?sid=<?=$sid?>&amp;rid=<?=$rid?>&amp ;rpw=<?=$rpw?>" method="post">
                          <postfield name="message" value="$(message)"/>
                          </go></anchor><br/>
                          oh ! not </anchor>
                          i want it like <a href="chat.php?h=2475416&amp;rid=2481638&amp;messa ge=$(message)&amp;dummy=">Write</a><br/> this ... please
                          PHP Code:
                          /* I don't know everything hehe */ 
                          Find me on facebook

                          Comment


                            #14
                            Originally posted by ozziemale31 View Post
                            but if u change the xhtml to wml format it wud be most easier and less confusing for your users
                            my site already in wml ... but is there any system to make it more cheaper ?? like wmlc ??
                            PHP Code:
                            /* I don't know everything hehe */ 
                            Find me on facebook

                            Comment


                              #15
                              Originally posted by Ponick View Post
                              oh ! not </anchor>
                              i want it like <a href="chat.php?h=2475416&amp;rid=2481638&amp;messa ge=$(message)&amp;dummy=">Write</a><br/> this ... please
                              Try it like that then

                              <a href="chat.php?sid=<?=$sid?>&amp;rid=<?=$rid?>&amp ;message=$(message)&amp;dummy=">Write</a><br/>

                              You will have to change collecting format to GET rather than POST

                              I dont see what the difference is and what the point is?
                              they both look exactly the same?
                              (apart from the way you want to do it i doubt is ever going to work)

                              Comment

                              Working...
                              X