how to save array of inputs in php
<?php
echo '<input type="hidden" value="' . htmlspecialchars($data) . '" />'."\n";
?>
how to save array of inputs in php
<?php
echo '<input type="hidden" value="' . htmlspecialchars($data) . '" />'."\n";
?>
how to save array of inputs in php
<?php
echo "<textarea name='mydata'>\n";
echo htmlspecialchars($data)."\n";
echo "</textarea>";
?>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us