+ 4
Learning PHP or html
<body> <form action=ice.php method=post> <input type = "text" name = "ice" receipt> <?php $ice = $_post["ice"]; echo $ice; ?> /form> </body>
8 ответов
+ 10
If you want to know what you need learning first, l say you that you need learn html firstly, because there's a base of webprogramming.
+ 3
?
+ 3
Html first.
+ 1
Please do not put bracket tags in Relevant Tags 👍
+ 1
Learn both, but it has to be the first step to take. it is HTML
0
First learn HTML fundamentals and then you may learn JavaScript which handles computations and other functions that HTML cannot do on it's own.
Therefore JavaScript complements HTML.
0
First, learn HTML because is de base of PHP and will help you to understand the statements, to program correctly
0
Html first