[insert_php]
require_once ‘php/glob.php’;
$link = opendb(‘online’);
$word = get_random_def($link);
[/insert_php]
[insert_php]echo $word;[/insert_php]
(refresh for another random word)
[insert_php]
display_defs($link,$word);
display_quotes($link,$word);
[/insert_php]