Cómo seleccionar el valor de TextARea de escritura max en PHP
if (isset($_GET['b64_place'])) {
$base64e_text = htmlspecialchars($_GET['b64_place']);
echo $base64e_text;
}
Thoughtful Turtle