Validators for Form Fields

This commit is contained in:
2024-07-05 13:39:02 +02:00
parent 7043d56329
commit 6bb19ad6b0
9 changed files with 262 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
Headers::html();
//Testdatei für die Klasse Hyperlink
include_once "./hyperlink.php";
include_once "../classes/hyperlink/hyperlink.php";
//Objektinstanzen
$link1 = new Hyperlink("https://www.google.de", "Google");