Revision [204]

Last edited on 2006-10-04 09:16:59 by FsseInfo
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>
Deletions:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>serv</title>


Revision [199]

Edited on 2006-10-04 09:08:35 by FsseInfo
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}}
Deletions:
====hub.php====
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"/>


Revision [184]

The oldest known version of this page was created on 2006-10-03 09:28:52 by FsseInfo
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki