HTML quickform: opening a new form when process() is execuited
- From: "baka" <mesundara@xxxxxxxxxxx>
- Date: 10 Oct 2005 19:41:39 -0700
Hello
Here i am having probelm (i am unknown with this).
env: PHP 5.04,HTML QuickForm,DB Windows 2003
Global.... is OFF
I need the functionality of opening a new form , after the validation
is successful.
(i.e direct the logic to other php file inside the process() and able
to access the Form elements.
Part of my PHP program look like this.
1. Enter some elements in the quickform
2. validate like this
if($obj_search_form->validate()) {
// post-validation filters
$obj_search_form->applyFilter('__ALL__', 'addslashes');
$obj_search_form->applyFilter('__ALL__', 'htmlspecialchars');
// "search_mserver_logdata" function to store
$obj_search_form->process('search_mserver_logdata', false);
<ZAP>
<ZAP?
3. function
// function to store search information
// and call the other form and process data
function search_mserver_logdata($ary_sloginput_info) {
< HERE I want to call other FORM say Sresulet.php and precess the Data
with
>$ary_sloginput_info >
Thanks in Advance
.
- Follow-Ups:
- Prev by Date: blog and bbs togather
- Next by Date: Pear mail Setup
- Previous by thread: blog and bbs togather
- Next by thread: Re: HTML quickform: opening a new form when process() is execuited
- Index(es):
Relevant Pages
|