Yngvarr

Generation

generate functionThu, 01 Dec 2022

return html with function

<?php function input($name) { return "<input name='" . $name . "'>"; } echo input('username'); // <input name='username'> ?>

Questions about programming?Chat with your personal AI assistant