Posts by Pottker Mil_Grau • 35 points
8 posts
-
0
votes0
answers40
viewsQ: I can’t authenticate the purchase
Like, I want to do an authentication when finishing the purchase on my site, taking name, email and password. I know you have to do a if but I don’t know how to do it, if anyone can help I’m…
-
-1
votes1
answer12
viewsQ: Grab all the product tables and move in just one
Like I have the products bank and the tables,?
-
0
votes0
answers195
viewsQ: I cannot show the Mysql table data on the site
So, I was making a site per host site on wampserver, and it was working normally, now I put it to host on hostiger, and it’s no longer pulling the table data. Does anyone know what it could be??…
-
1
votes1
answer895
viewsQ: Change page content without having to go elsewhere
I want to see on the products page of my site to see if there is a way to click on a certain category of products , and only change the quantity of products on the page, without having to go on…
-
1
votes1
answer18
viewsQ: Syntax to put more than one id to pick up certain products from the bank
I’d like to get more than one bank ID, because I can only pull one. I think it must be the syntax that is wrong.` $sql = "SELECT * FROM camiseta_Masc WHERE id =1,2,3"; `…
phpasked Pottker Mil_Grau 35 -
0
votes1
answer32
viewsQ: Php does not recognize css button
I’m not getting the button css within the code php, someone could help me in this? .botao01{ background: -webkit-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%); background:…
-
0
votes1
answer270
viewsQ: I want you to email the product table
I am trying to send a product table by php Mailer, but when I put the code of the table there, the values of the table are not filled, leaving only the codes appearing. <table width="467"…
-
0
votes2
answers76
viewsQ: Add more than one image in slider
I wanted to put more than one image in this slider. Currently, I can only put one. How do I put more than one image? HTML code <div class="banner"> <div class="container"> <div…