Re: HTML quickform: opening a new form when process() is execuited
- From: "baka" <mesundara@xxxxxxxxxxx>
- Date: 10 Oct 2005 21:27:08 -0700
Yes i found one solution (Frm web group)
By the following way i can able to get the same Workspace area as the
called form.
function search_mserver_logdata($ary_sloginput_info)
{
var_dump($values);
rquire_once("Sresulet.php");
// Rediecting to the page with the same workspace area
}
inside the
----Sresulet.php---
~
~
echo "<pre>";
var_dump($values);
echo "</pre>";
~
~
Is the above way is GOOD OR any other altenative is exists
.
- References:
- Prev by Date: Pear mail Setup
- Next by Date: PHPMailer - problems
- Previous by thread: HTML quickform: opening a new form when process() is execuited
- Next by thread: Pear mail Setup
- Index(es):