Recent content by Elsnertechnologies

  1. Elsnertechnologies

    How do I write php code to check if checkbox is checked or not

    Use the isset() Function on $_POST Array to Read if Checkbox Is Checked Use the in_array() Function to Read if the Checkbox Is Checked for Checkboxes as an Array Use the isset() Function With Ternary Function to Read if the Checkbox Is Checked
  2. Elsnertechnologies

    React and angular

    Reactjs is go-to option for one pizza team as they want to build an application out of a small learning curve. While building an enterprise-grade application with big development, teams can choose Angular since the bigger learning curve is no bar for them. Reactjs is somewhat choosing an easy...
Top Bottom