Skip to content

Commit

Permalink
fix: improved file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ameeshagireesh committed Nov 17, 2022
1 parent 11ef49f commit 2799b81
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions frontend/info.php → backend/info.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

<?php
//change these variables respective to your system
$servername = "localhost";
$username = "root";
$password = "root";
Expand Down Expand Up @@ -35,11 +36,4 @@


$conn->close();
?>







?>
File renamed without changes.
2 changes: 1 addition & 1 deletion frontend/sell.html → frontend/src/sell.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h6 class="small-heading">Make your dream of becoming a small business owner com
<div class=" phone-container col-lg-6">
<div class="login-box">
<h2>Promote Here</h2>
<form action="info.php" method="POST">
<form action="../../backend/info.php" method="POST">
<div class="user-box">
<input type="text" name="name" required />
<label for="name">Name</label>
Expand Down
File renamed without changes.

0 comments on commit 2799b81

Please sign in to comment.