recover data from html form

  • Thread starter Armand Federico - INFO
  • Start date
A

Armand Federico - INFO

How can i recover data from an html module?
I have a form that send 3 or 4 text field

I wanna to recover this data, to analyse, and process, and insert in MySQL

(mod_python, Mysql4, Apache1.3)
 
P

Peter Hansen

Armand said:
How can i recover data from an html module?
I have a form that send 3 or 4 text field

I wanna to recover this data, to analyse, and process, and insert in MySQL

(mod_python, Mysql4, Apache1.3)

The question is unclear. Are you looking for suggestions on
the process called "web scraping"? (search the web before
responding, if that term is unfamiliar to you, please)

-Peter
 
A

Adam C.

Peter said:
The question is unclear. Are you looking for suggestions on
the process called "web scraping"? (search the web before
responding, if that term is unfamiliar to you, please)

I think he's looking for the REQUEST object that mod_python passes in
containing the GET/POST elements from his text fields.
Check out:
http://www.modpython.org/live/current/doc-html/tut-pub.html
for a quick introduction to using the request object with an HTML form.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top