hello list,

The functionality I would like to add the the existing /browse request
handler is using a user interface (e.g.,webform) to collect the user's
input.

My approach is add a javascript form into the velocity template, below is
the code I added to the velocity
template(for example):
<form id="myForm", action="ProcessData.php">
  First name: <input type="text" name="fname" value=""><br>
  Last name: <input type="text" name="lname" value=""><br>
</form>

And I am using this ProcessData.php to process the user input to generate a
XML in the server.

My question is 
1) how to make solr to run this ProcessData.php? It seems solr does not
support php?
2) Where is this ProcessData.php going to be placed in the solr directory?

I am a newbie in web programming. I tried very hard to catch up with it.

Thank you.









--
View this message in context: 
http://lucene.472066.n3.nabble.com/javascript-form-data-save-to-XML-in-server-side-tp4165025.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to