I would like to ask how to write HTML5 in PHP
幼稚.
幼稚. 2021-12-20 22:02:31
0
3
766

I’m a newbie, I don’t know how to start writing HTML5 from php. Are there any videos that I can watch? ................................................................. ............

幼稚.
幼稚.

reply all(2)
幼稚.

Okay, crab

周枫

Do you still need to watch the video?

I’ll give you 2 small examples. You should be able to write them after reading them

例子一:<?phpfor ($i=0; $i < 100; $i++) {	?>	<img src="1.jpg">	<?php}?>

例子二:<?phpfor ($i=0; $i < 100; $i++) {	echo '<img src="1.jpg">';}?>

  • reply The layout of the web page does not automatically wrap lines. I should be able to understand it, right?
    忧蓝戒 author 2021-12-21 14:46:16
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template