updating file paths to use xampp again

This commit is contained in:
2025-03-31 16:40:02 -06:00
parent 6ea50f25a9
commit ffe30b8226
8 changed files with 27 additions and 28 deletions
+3 -3
View File
@@ -9,14 +9,14 @@ if (isset($_GET['error']))
<head>
<title>Validation</title>
<link href="validation/css/styles.css" type="text/css" rel="stylesheet">
<script src="validation/js/index.js"></script>
<link href="css/styles.css" type="text/css" rel="stylesheet">
<script src="js/index.js"></script>
</head>
<body>
<h1>Validation Assignment</h1>
<form action="validation/process.php" method="post">
<form action="process.php" method="post">
<input name="phone_number" type="text" placeholder="(xxx)xxx-xxxx" <?php $error ? 'value="' . $error . '"' : '' ?>>
<div class="row">
<button>Submit</button>