skip to Main Content

SQLite insert upon page refresh – PHP

I have few input types on a form and a submit button as following: <form id="register_form" method="post" role="form" action=""> <input autofocus="" id="firstname" name"firstname" placeholder="First Name" type="text" required /> <textarea id="Address" name="Adress" placeholder="No Address" type="text" rows="3" cols="30"></textarea> <select id="country" name="country" required>…

VIEW QUESTION
Back To Top
Search