I want a table that can submit value
I try with form
my problem is text is editable I look for input type that can only read but can not edit
I want a table that only some column can edit then can send what should i do
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are just looking for a read-only form field in HTML (e.g. in your PHP file) use this:
This will make the field readonly for your users.