Sponsor
-
Recent Posts
Categories
Meta
Tag Archives: Form
Boxes show alignment problem in my form Kontrollk?
Hello, I have a form with about 60 checkboxes on and I did have it all lined up nice. Somehow I changed it … and I can not see what I have done wrong :confused: I have made several changes … Continue reading
Help with PHP form. . . thank you :-) (code)
First Name: Last Name: Telephone Number: Email: Comments:
W choose? They contain rows of form element values
Is it possible to have a select element that contains a set range of values? Code: ——— 1 2 3 4
How stchen php values ??as defaults Kontrollk? And Button? F r fields in form tions simp?
Hey guys, As you can see i have a form im trying to use for a user to change or update their profile settings. i know in using php / mysql you can set the default value in the forms … Continue reading
PHP Tutorial: Secure Your Login Form using Tokens
Secure your website login form using tokens. Its a common php technique used instead of captchas. Tokens are fast,secure, and very easy. I will be uploading …