HTML
PHP
<?php
$info = "ID Number, Name, Birthday, Address, Course";
$data = explode(',', $info);
foreach ($data as $row) {
echo "
}
?>
In PHP, the lines of code of HTML will reduce down
HTML
PHP
<?php
$info = "ID Number, Name, Birthday, Address, Course";
$data = explode(',', $info);
foreach ($data as $row) {
echo "
In PHP, the lines of code of HTML will reduce down
For further actions, you may consider blocking this person and/or reporting abuse
WEBDEVTALES -
Renato Junior -
westtan -
Somnath Pan -
Top comments (0)