PSP Process Form Page

PSP Process Form Page

 

  

Hello,

In Oracle 9i I am trying to learn PSP. All the example code makes sense
except one thing is missing to me. How can I process a form's
values(INSERT or UPDATE into the database)? In any other scripting
language I would have a form_mystuff.psp then a corresponding
process_mystuff.psp file.

For the below form can someone please give a brief example of a form
processing psp page:
<html>
<body>
<form method="POST" action="process_mystuff">
<p>
City: <input type="text" name="city"><br>
State: <input type="text" name="state"><br>
<input type="submit" value="Submit">
</p>
</form>
</body>
</html>

Thanks,

Effie

Oracle LazyDBA home page