[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RV: [xsl] getting value of input to *.php


Subject: RV: [xsl] getting value of input to *.php
From: "Aniceto" <aniceto@xxxxxxxxxxxxx>
Date: Tue, 18 Jun 2002 13:39:49 +0200

Hi again

<form name="myform" action = "http://path.to.url/query.php" method="post">
  <input  type="text" name="insert" value="{@insert}"/>
  <input type="submit" value="send"/>
</form>

this should be the right one you need I guess

ani lopez
barcelona - spain
www.lamundial.net




-----Mensaje original-----
De: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]En nombre de William S.
Enviado el: martes, 18 de junio de 2002 13:32
Para: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Asunto: Re: [xsl] getting value of input to *.php


Hmmm, that might be the problem. I don't have
any form element. I am very new to this and
wasn't sure how to put it together.

Thank you,
Bill
Amsterdam, NL

On Tue, Jun 18, 2002 at 11:17:31AM +0000, Vasu Chakkera wrote:
> did u try giving the name of the php in the Form element..
> like
> <form name = "myform" action = "http://path.to.url/query.php?insert=Hello">
> <input  type="text" insert="{@insert}"/>
> <input type = "submit"/>
> </form>
> add this code in the template you are defining..
> 
> please let me know if this is not what you want...
> 
> Hope this helps
> 
> 
> 

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list




 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread