Posts by Andre Junior • 85 points
6 posts
-
-1
votes1
answer2498
viewsQ: Open link with another browser
Hello, I have a program that only opens in IE, but not every client accesses your documents for it. I wonder if there is a way, when the customer pressed the boot button he would redirect to open…
-
0
votes2
answers199
viewsQ: How to show Options (HTML) with database elements
Hello, I want to do the following: I want the elements that are registered in the database to appear within a "Select - Option (FORM - HTML)". Ex: <body> <?php include("conexa.php"); $id =…
-
1
votes1
answer62
viewsQ: How to add server elements
Hi, I’d like to know how to add up the values that pass me from the server. I created a system that controls expenses/accounts, you register one of your accounts. EX: Name: Car Value: R$ 10,000 (per…
-
0
votes0
answers41
viewsQ: How to take the day
I need to take only the "day" of the person’s birthday in SQL. include("conexao.php"); $mes = date("m"); $consulta = $conn->query("SELECT * FROM niver WHERE niver LIKE '%".$mes."%'");…
-
0
votes1
answer53
viewsQ: Data Base in Excel?
Guys, I have a question. I Googled and found nothing related, but there could be someone who knows. You can put a Database () in the Excel ? I wanted to export a list of Clients I have in Mysql to…
-
7
votes3
answers1974
viewsQ: How to add more products?
I’m creating a personal "sales" system for my father’s company. I’m just having a problem. I can only sell one product at a time, I’m new to PHP so it doesn’t have much to do. I want to make a…
phpasked Andre Junior 85