Update add_client.php

This commit is contained in:
jakani24
2024-03-09 16:06:32 +01:00
parent 598129e1f7
commit bcde304ae7

View File

@@ -55,7 +55,7 @@ include "../../../config.php";
<br> <br>
<button type="submit" class="btn btn-primary btn-block">Add Machine</button> <button type="submit" class="btn btn-primary btn-block">Add Machine</button>
</form> </form>
</div>
<?php <?php
if(isset($_GET["add"])){ if(isset($_GET["add"])){
//php code to add the new machine //php code to add the new machine
@@ -146,6 +146,7 @@ include "../../../config.php";
</div> </div>
</div> </div>
</div> </div>
</div>
</div> </div>
</body> </body>
</html> </html>