This repository has been archived on 2026-06-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
sgd/ysqld/ysql09d/reg6.php
T

17 lines
431 B
PHP

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Reguläre Ausdrücke 6</title>
</head>
<body>
<h1>Geben Sie mindestens eine Zahl oder Buchstaben ein</h1>
<form action="reg6test.php" method="get">
Eingabe <input type="text" name="reg" id="reg">
<br>
<input type="submit">
</form>
</body>
</html>