Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
1 vote
1 answer
29 views

Hyperlink with DBMail displaying full URL rather than hyperlinking inside XML table

I've got a DBmail script with an embedded XML table that works perfectly. However, I have one column which uses a dynamic field to create a URL. Within the XML table, I want this to be a hyperlink ...
Marc Steel's user avatar
0 votes
3 answers
68 views

how to make cells in <td> tag

I have a table like this : No Name Product Type Num of Units 1 ADA B112 3 Pcs 2 ADA B253 1 Pcs 3 ADA K23 6 Pcs 4 DUZK l1 10 Pcs 5 DUZK l5 10 Pcs 6 Naro NX 1 Pcs I have this SQL : $query = &...
Ricky Suwandi's user avatar
-1 votes
0 answers
19 views

How to connect the terminal of vs code to mysql workbench

While in the terminal writing the command = /usr/local/mysql/bin/mysql -u root -p Then the terminal is showing the error - /usr/local/mysql/bin/mysql -u root -p /usr/local/mysql/bin/mysql : The term '...
Kush Pandey's user avatar
0 votes
1 answer
31 views

Database linked to react page for updating a webapp

I'm creating a web app for something in my school. Its based on react but it has mostly html characters since I'm a little new to react. I need a database to be connected to this web app after I've ...
Aliza Faraz's user avatar
0 votes
0 answers
20 views

Only my first SQL statement is working, the following statements appear to be broken [duplicate]

I am a student creating a dynamic website for a school project and I'm attempting to implement a checkout button which selects all items from the basket and inserts each of them into a new order. ...
olibutler's user avatar
0 votes
0 answers
42 views

Using Ajax for Labels

I am working on a website page that displays and loads up the menu details once the user clicks on a label by using ajax but it seems that it is not working, I am new to ajax if anyone could review my ...
Stu123's user avatar
  • 1
0 votes
0 answers
33 views

I am making a web app with Flask/ Python, trying to show QR-code in a table, but it is not showing,

I am learning Flask/ Python, i got a problem i cannot resolve myself, i have also tried chatgpt but it says everything is correct (but its not working) I make a webapp where you can type in your name, ...
oljo's user avatar
  • 59
0 votes
0 answers
47 views

Deleting data from the sqlite3 database Python-Flask

I want the data to be deleted from my database and table when the delete button next to the Doctor in the table is clicked (code provided below). please help me do that, that would mean a lot. d_admin....
Richpoort123's user avatar
1 vote
2 answers
72 views

How to match the student to his own teacher?

There are 3 classes, each with 10 students. Each class has their own homeroom teacher. When a student submits the form and chooses his homeroom teacher's identity, I have to make sure that he chooses ...
Mida's user avatar
  • 11
0 votes
0 answers
38 views

How to show database information in html page using javascript

In freecodecamp's javascript oop course, step 13, object´s values inside an array are shown in boxes, the array being just a big list declared in the script.js. I wanted to do the same but with data ...
Nicolas Chasnovsky's user avatar
0 votes
1 answer
48 views

Unable to update Entry in MySQL

The HTML/EJS: <div class="Edit-Panel" style="display: none;"> <div class="Edit-Wrapper"> <div class="Editing"> ...
Frostishyper03's user avatar
-2 votes
1 answer
54 views

How can I get HTML/PHP to just print the data from my SQL database without all the Array Jargon

I'm currently learning how to use PHP and SQL in tandem. I'm trying to use PHP to display data from my database straight onto my website. I know it's probably rudamentary, but I have scoured the ...
Jethro Blemur's user avatar
1 vote
0 answers
26 views

how to do loop in snowflake

I have a SQL script while loop which I need to do same in snowflake.Can someone please help on this?I would really appreciate for a help. CREATE FUNCTION [ezyVet].[fn_parseCommunicationContent](@...
Suman's user avatar
  • 11
0 votes
1 answer
34 views

Pulling rows from HTML table into a list in Python then inserting rows into SQL table

I have a HTML site that has a table that pulls up information for a user to edit. The issue am running into is when I try and insert the rows of this HTML table back to a SQL table. I got as far as ...
GHock's user avatar
  • 47
0 votes
0 answers
46 views

select value from a div/script

i have an array with a lot of elements and with that im doing a dependent ddl of departments cities and districts function showDepartamento(retValue, controlClass) { if (controlClass == null) { ...
Guto's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
324