Voll Upload SGD Fachinformatiker PHP
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
if (preg_match("/^[0-9]/",$_GET['reg'])) {
|
||||
echo "<h1>Die Eingabe ist korrekt</h1>";
|
||||
}else{
|
||||
echo"<h1>Die Eingabe war nicht korrekt</h1>";
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user