skip to Main Content

html form will not write to file (php script) – PHP Versions

I have an HTML file that contains the following form: <form action="" class="contact-form"> <div class="input-group tm-mb-30"> <input name="username" type="text" class="form-control rounded-0 border-top-0 border-end-0 border-start-0" placeholder="Name"> </div> <div class="input-group tm-mb-30"> <input name="email" type="text" class="form-control rounded-0 border-top-0 border-end-0 border-start-0" placeholder="Email"> </div> <div…

VIEW QUESTION
Back To Top
Search