about operation's on XML file [closed] - html

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
i have below xml file
<user></user>
<password></password>
Now how can i insert some values into the XML file on user given the input in text fields and click register button in browser.
I mean how can it work's like a MYSQL TABLE where we can use insert,delete on a row.

you need third party language to do this open file or create it and insert the value and close
php or jsp or asp for example

Related

convert table in a pdf file to database [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
can anyone please give me a suggestion to how can i convert a table in pdf file to a database ?
thanks to everyone for there time
In my opinion, you have to convert the .pdf file to .csv, then you can import the .csv file into your mysql database as a table.
PDF -> CSV:
https://www.zamzar.com/convert/pdf-to-csv/

how to get and use external html safely with python [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I fetch external untrusted html (export from etherpad) via python. How can I be sure, that there is no "bad code" included? I could of course just strip all for example, but is that already all of it? Is there a library that does the work reliable?
I solved it by using python module bleach

Create HTML Table with SQL FOR XML for Auto Database Report email [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I would like to create an SQL Script for database auto email for database report of Data in different tables. Currently, I am unable to create table form for that.
I think you need to create html logic by your own. Means style format and other properties of html tag as given below links.
This are the links please check it out.
Create HTML Table with SQL FOR XML
http://social.technet.microsoft.com/wiki/contents/articles/17730.sql-server-result-set-in-an-html-email.aspx
http://www.sqlservercentral.com/blogs/robert_davis/2010/06/15/Building-HTML-Emails-With-SQL-Server-and-XML/

Saving variables in local HTML [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am making a html file for myself and want to be able to enter variables then close the program and when I open it agian it will still remember the variable without me having to enter it again? Is this possible to do
This is how you can set and get variables from local storage:
localStorage.setItem("Key", "Value");
alert(localStorage.getItem("Key"));
This will display Value on the screen.

Using ID number in accessing a page [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I would like to inquire for some ideas about my questions.
I would like to create a project using HTML by which I'd use the ID number of a student, and allow them to check their grades. The first step they'll do is to type their ID number in a specified textbox area and upon entering it, they'll see their grades on the screen.
Use php and a database. Not HTML. You can append their details to the HTML but the underlying tech will be php and SQL