responsephp

profileTango
AdamJonesphpresponse.docx

(Adam Jones) For the form validation, I found a tutorial site dedicated to PHP that teaches you the basics all the way to advanced PHP. The site is PHP Tutorial and they cover a lot of what we should need on the main tutorial page. Section 10 covers variable constructs and provides the syntax and examples for isset, empty, and isnull which I think I'll need at least one of those. The URL is https://www.phptutorial.net/Links to an external site.

While we could use the same site to show additional features, the other site I'll suggest is BotMan. This is an open-source PHP project that provides chatbots for websites and applications. I don't think any of us are going to go this deep into the woods on any of our projects, but we would be able to implement this to our sites if any of us were determined to take our websites live. The link to the GitHub code is on their page. The URL is https://botman.io/