Home » SQL & PL/SQL » SQL & PL/SQL » how to transmit the parameter in the form
how to transmit the parameter in the form [message #9420] Mon, 10 November 2003 00:45
php
Messages: 2
Registered: November 2003
Junior Member
I have two psp files
The first is cs1.psp:
" ˇ´%@ page language="PL/SQL" %ˇµ
ˇ´%@ plsql procedure="cs1" %ˇµ
ˇ´htmlˇµ
ˇ´headˇµ
ˇ´/headˇµ
ˇ´bodyˇµ
ˇ´form action="cs" method="post"ˇµ
ˇ´input type=text name="pt" value="fire" ˇµ
ˇ´input type=submit name="tijiao" value="Submit"ˇµ
ˇ´/form>

ˇ´/bodyˇµ
ˇ´/htmlˇµ"

The second is cs.psp:
"ˇ´%@ page language="PL/SQL" %ˇµ
ˇ´%@ plsql procedure="cs" %ˇµ
ˇ´%@ plsql parameter="pt" %ˇµ
ˇ´htmlˇµ
ˇ´headˇµ
ˇ´titleˇµNew Page 1</titleˇµ
ˇ´/headˇµ
ˇ´bodyˇµ
The information transmitted over is :ˇ´%= pt %ˇµ
ˇ´/bodyˇµ
ˇ´/htmlˇµ"
When I click the submit button in the first page(http://php/pls/press/cs1), The second page is unable to show . How I revise my source file ?
Previous Topic: how to transmit the parameter in the form
Next Topic: Forms from SQL*PLUS
Goto Forum:
  


Current Time: Thu Apr 25 20:25:14 CDT 2024