HTML
ID Number
Name
Birthday
Address
Course
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
Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.
Joao Marcos Barbosa Oliveira -
Raziel Rodrigues -
SnippFlow -
SnippFlow -
Top comments (0)