save_result.php
Word Save Result View - Shows result after saving a word
Variables expected:
- $message: string - Result message
- $success: bool - Whether save was successful
- $wid: int - Word ID (if successful)
- $textId: int - Text ID
- $hex: string - Hex class name for the term
- $translation: string - Translation text
- $status: int - Word status
- $romanization: string - Romanization
- $text: string - Original text
- $len: int - Word count (1 for single word)
PHP version 8.1