Learning with Texts - Fork 2.4.0-fork
Learn foreign languages with texts
Namespaces | Variables
delete_mword.php File Reference

Delete an expression. More...

Namespaces

namespace  Lwt
 

Variables

 $showAll = getSettingZeroOrOne('showallwords', 1)
 
 $tid = $_REQUEST['tid']
 
 $wid = $_REQUEST['wid']
 
 $word = get_first_value("select WoText as value from " . $tbpref . "words where WoID = " . $wid)
 
 $m1 = runsql('delete from ' . $tbpref . 'words where WoID = ' . $wid, '')
 
 if (! $showAll)
 

Detailed Description

Delete an expression.

Call: delete_mword.php?wid=[wordid]&tid=[textid]

Variable Documentation

◆ if

if ( $showAll)
Initial value:
{
$prefinfo = "(Table Set: <i>" . tohtml(substr($tbpref, 0, -1)) . "</i>)"
tohtml($s)
Definition: kernel_utility.php:67