Learning PHP or html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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>

10th Oct 2019, 9:17 AM
ICE
ICE - avatar
8 Answers
+ 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.
10th Oct 2019, 9:43 AM
Назар Исмаилов
+ 3
?
10th Oct 2019, 9:18 AM
Aymane Boukrouh
Aymane Boukrouh - avatar
+ 3
Html first.
11th Oct 2019, 10:23 AM
Sonic
Sonic - avatar
+ 1
Please do not put bracket tags in Relevant Tags 👍
10th Oct 2019, 10:07 AM
Ipang
+ 1
Learn both, but it has to be the first step to take. it is HTML
10th Oct 2019, 11:46 PM
Rahadi Mantikno
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.
11th Oct 2019, 2:40 PM
Yonar ☸️
Yonar ☸️ - avatar
0
First, learn HTML because is de base of PHP and will help you to understand the statements, to program correctly
11th Oct 2019, 11:27 PM
Hector Alberto Montiel Torres
Hector Alberto Montiel Torres - avatar
0
Html first
12th Oct 2019, 8:48 AM
Suruchi Suman
Suruchi Suman - avatar