Answers for "set php array to html input"

PHP
-1

how to save array of inputs in php

<?php
    echo '<input type="hidden" value="' . htmlspecialchars($data) . '" />'."n";
?>
Posted by: Guest on October-18-2020

Browse Popular Code Answers by Language