+ 2
Sql or Php
which is better for html?
7 Respuestas
+ 17
php
+ 17
but maybe SQL is easier
+ 5
um... you realize that php is a programming language and sql is for structured queries in order to do database operations? you can't use sql in html. you'd need php to submit the sql queries to the database and compute the results.
you could use java instead of php, but that would go too far...
+ 2
what is easier to use?
+ 1
Well, you should first learn PHP. Because if you don't get PHP, you can't do anything with SQL. Knowledge of PHP is required for using SQL, just as CSS is nothing without HTML
+ 1
PHP and SQL together are better to be used with HTML.
HTMl is used for structuring the pages.
SQL is a database language, MySQL or else is used to store data such as registered accounts.
PHP is a back-end language that communicates with MySQL to get and show that data from the database (and does many more things).
So, your question is wrong.
0
SQL is eazy