Additions:
The main page that creates a new phpmysqlform (pmf) class
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>serv</title>
<script language="javascript" type="text/javascript"
src="/includes/tiny_mce/tiny_mce.js">
</script>
<script language="javascript" type="text/javascript"
src="tinymceinit.php">
</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>serv</title>
<script language="javascript" type="text/javascript"
src="/includes/tiny_mce/tiny_mce.js">
</script>
<script language="javascript" type="text/javascript"
src="tinymceinit.php">
</script>
Deletions:
<title>serv</title>
Additions:
===pmf.php===
if (isset($_REQUEST['destroy']))
{
foreach ($_COOKIE as $name => $value) setcookie($name, '');
session_unset() ;
session_destroy() ;
}
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>serv</title>
include 'inc.pmf.php' ;
include 'cls.pmf.php' ;
$pmf = new phpmysqlform( array('translation_os') );
<form method="get" action="<?= $pmf->formactiontables() ?>" >
<?= $pmf->formfieldstables() ?>
<form method="post" action="<?= $pmf->formactionkeys() ?>" >
<?= $pmf->formfieldskeys() ?>
<form method="post" action="<?= $pmf->formactiondata() ?>" >
<?= $pmf->formfieldsdata() ?>
<form method="post" action="<?= $pmf->formactiondestroy() ?>" >
<?= $pmf->formfieldsdestroy() ?>
----
REFERRERS
{{backlinks}}
if (isset($_REQUEST['destroy']))
{
foreach ($_COOKIE as $name => $value) setcookie($name, '');
session_unset() ;
session_destroy() ;
}
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>serv</title>
include 'inc.pmf.php' ;
include 'cls.pmf.php' ;
$pmf = new phpmysqlform( array('translation_os') );
<form method="get" action="<?= $pmf->formactiontables() ?>" >
<?= $pmf->formfieldstables() ?>
<form method="post" action="<?= $pmf->formactionkeys() ?>" >
<?= $pmf->formfieldskeys() ?>
<form method="post" action="<?= $pmf->formactiondata() ?>" >
<?= $pmf->formfieldsdata() ?>
<form method="post" action="<?= $pmf->formactiondestroy() ?>" >
<?= $pmf->formfieldsdestroy() ?>
----
REFERRERS
{{backlinks}}
Deletions:
if (isset($_REQUEST[destroy])) session_destroy() ;
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>hub</title>
<script language="javascript" type="text/javascript"
src="/includes/tiny_mce/tiny_mce.js">
</script>
<script language="javascript" type="text/javascript"
src="tinymceinit.js">
</script>
include 'inc.functions.php' ;
include 'cls.hub.php' ;
$myobj = new hub() ;
<form method="get" action="<?= $myobj->actionsearch ?>" >
<br />lang
<input name="lang" type="text" size="3" maxlength="3" value="<?= $myobj->lang ?>" />
<br />country
<input name="ctry" type="text" size="3" maxlength="3" value="<?= $myobj->ctry ?>" />
<br />submit
<input type="submit" />
<form method="post" action="<?= $myobj->actionupdate ?>" >
<?= $myobj->dataentry() ?>
<input type="submit"/>