Learning with Texts - Fork
2.10.0-fork
Learn foreign languages with texts
|
Save text or audio position (Read Text Screen) More...
Namespaces | |
Lwt | |
Functions | |
save_text_position ($textid, $position) | |
save_audio_position ($textid, $audioposition) | |
Save text or audio position (Read Text Screen)
Call: inc/ajax_save_text_position.php?... ...textid=[textid]&position=[text position] ...textid=[textid]&audioposition=[audio position]
save_audio_position | ( | $textid, | |
$audioposition | |||
) |
Save the audio position in the text.
int | $textid | Text ID |
int | $audioposition | Audio position |
@global string $tbpref Database table prefix
save_text_position | ( | $textid, | |
$position | |||
) |
Save the reading position of the text.
int | $textid | Text ID |
int | $position | Position in text to save |
@global string $tbpref Database table prefix