Connection failed: could not find driver

PHP development


Lesson 7

HTML Form Elements

<form>Defines an HTML form for user input
<input> Defines an input control
<textarea> Defines a multiline input control (text area)
<label> Defines a label for an <input> element
<fieldset> Groups related elements in a form
<legend> Defines a caption for a <fieldset> element
<select> Defines a drop-down list
<optgroup> Defines a group of related options in a drop-down list
<option> Defines an option in a drop-down list
<button> Defines a clickable button
<datalist> Specifies a list of pre-defined options for input controls
<output> Defines the result of a calculation






I am a fieldset






Control structures

https://www.php.net/manual/en/language.control-structures.php

  • while
  • do-while
  • 0123
    123456789
    4
    1011
    12

    Homework

    Create a structure like this with both a while loop and a for loop

    *
    **
    ***
    ****
    *****
    ******
    *******
    ********
    *********
    **********