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'> ?>

Want to kickstart your project?Use the new AI Studio to create your code