Example 12-33: Inserting posted HTML form parameters with XSQL

<html>
<body>
  Insert a new news story...
    <form action="insertnewsform.xsql" method="post">
    <b>Title</b><input type="text" name="title_field" size="30"><br>
    <b>URL</b><input type="text" name="url_field" size="30"><br>
    <br>
    <input type="submit">
  </form>
<body>
</html>