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

Subject: Re: [xsl] getting value of input to *.php
From: "Vasu Chakkera" <vasucv@xxxxxxxxxxx>
Date: Tue, 18 Jun 2002 11:17:31 +0000
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



From: "William S." <wstan@xxxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: xsl-list <XSL-List@xxxxxxxxxxxxxxxxxxxxxx>
Subject: [xsl] getting value of input to *.php
Date: Tue, 18 Jun 2002 12:56:06 +0200

In my xslt stylesheet I have the following which creates
a text box:

	<input  type="text" insert="{@insert}"/>
What I would like to do is have it work so that
I can enter an item in the box, hit return, and
have that value passed on to a specific .php file.
I can do this the browser window with:

http://path.to.url/query.php?insert=Hello

Right now I am using Sablotron with php so it is important
to work with them. How do I do it?

Thank you,
--
Bill
Amsterdam, NL

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




_________________________________________________________________
Join the world?s largest e-mail service with MSN Hotmail. http://www.hotmail.com



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



Current Thread