FormClasses/index.php
2024-05-17 16:07:25 +03:00

13 lines
358 B
PHP

<?php
use src\fullName;
use src\Information;
//require_once "src/form.html";
require_once "src/Information.php";
require_once "src/fullName.php";
$fullName = new fullName('Билай', 'Станислав', 'Романович');
$fn = $fullName->foolName();
$p1 = new Information($fn, 'hfd', '11', '+7', '11111111', 'ashg@ajhi');
$p1->writeInformation();