0
Do I have to create html and php files separately or in the same document
7 odpowiedzi
+ 4
@vanshika omg wtf?
Somebody just asked me why do I put echo "Hello" ; kill me pls
+ 1
You can put HTML tags in .php files.
+ 1
For example, index.php
<html>
<body bgcolor=blue>
<h1>Hello</h1>
<?php
echo "Hello" ;
?>
</body>
</html>
0
for instance
0
?
0
how to start writing php codes on android
0
whats the use of writing hello on php