+ 6
SQL adding to webpage?
I am creating a webpage but I suffer from making the SQL linked to the HTML/CSS/JavaScript site.? Anybody help, coding will be helpful...
6 Answers
+ 4
If JS is of no secret to you, I don't know if you consider this option, but you might try node.js to tackle SQL handling.
Or, consider a noSQL, non-relational database system like MongoDB - it is programmed and queried in JavaScript.
+ 5
@John your code on php doesn't work
https://code.sololearn.com/wUeTnONBvg5t/?ref=app
+ 4
If you want to work with SQL-Databases, then I recommend you to use php scripts.
Here is an example of a login that is connected to a SQL-Database:
https://code.sololearn.com/wx86CoTzicV1/?ref=app
+ 3
you'll need a server side language like php for that
+ 2
@Iwan_de_Jong
Please read the comments of the program!
Then you may also be aware that this program will never work here in this forum or without modification.
Since I do not have my own database, I did not have the possibility to link this program directly to a database.
Please remember to read the comments of a code and study it yourself before you make a judgment about it.
So if you have your own SQL-Database, which is similar to the example in the code, you can use this program for yourself without having to worry about other errors.
If you have any further questions, please contact me! : )