<?php

$nome = "John Due";

$template = readline('Digite sua string:');

echo $template, PHP_EOL;