Skip to content

Conversation

@abhay0440
Copy link

@abhay0440 abhay0440 commented Aug 30, 2020

my email: abhay0440@gmail.com
contact:7972706527

<title>MYCart</title> <style type="text/css"> *{ margin:0px; padding:0px; } .wrapper{ background-color:black; box-sizing: border-box; } .content{ height:800px; width:80%; border:1px solid white; margin:10px auto; border-radius: 5px;
	}
	.wrapper h1{
		color:white;
	    margin:5px 45%;
	}
	#add{
		height: 350px;
		width:250px;
	border:1px solid white;
	margin:90px 150px;
	border-radius: 5px;
	}
	#nav li a{
		color:white;
         text-decoration: none;
         border:1px solid white;
         padding:10px;
         display: flex;
         justify-content: center;

	}

	#nav li{
		display:inline-block;
         float:left;
         }
    #nav ul{
    	margin-left:18%;
    }
    #nav li a:hover{
    	background-color: lightblue;
    }

    #add form{
    	padding-left:40px;
    	padding-top: 40px;
            }
    #add form p{
       color:white;
       font-size: 22px;
       text-decoration: underline;
    }
    #display{
       height: 600px;
       width:600px;
       border:1px solid white;
       float:right;
       margin-top: -445px;
       margin-right: 30px;
       border-radius: 5px;
    }



</style>

My cart

Add new Product


Name


<label for="psw-repeat"><b>Locality</b></label><br/>
<input type="text" placeholder="Enter the city" name="psw-repeat" id="psw-repeat" required>




Contact no












SUBMIT



</div>

/Php:admin.php/

query($query); ?> <title>items for user</title> fetch_assoc()) { ?>

items for user

uid product id product name description cost in stock

@WDI-IT
Copy link
Owner

WDI-IT commented Aug 31, 2020

Your heroku app isn't visible. also for the original problem statement not from other's submission

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants