• Hubs
  • tagged php forms

1-5 of 5 hubssort by Hot Best Latest

94

Simple PHP web based address book using MySql

Today we will be creating a web based address book using PHP and MySql, it will be using the $_GET superglobal, as a means of reviewing the database contents. Before we start here are the source files: ...

17 comments    business technology internet
Alpho011 profile image83

PHP form inserts data into CSV file

Today we are going to use a .csv (comma seperated values) file to store values from a online PHP web form. A csv file is file that you can create easily with Microsoft Excel, here are the full and upgrade...

33 comments    technology internet online
Alpho011 profile image85

Web Contact Form (Radio Buttons, Checkboxes)

This small how-to will show you using html, php you are able to setup, validate and send an email from your web site using radio buttons and checkboxes, and other common html form elements.

6 comments    technology radio php
Alpho011 profile image82

Use Windows Login in PHP Applications

As a developer you may run into a situation such as what I had, numerous applications deployed and or created and deployed. With multiple logins for all the apps, we had to find way to integrate all logins...

14 comments    technology internet web
68

PHP Form Simple Validation with embedded Error Messages from Server

IntroductionThis is part 17 of my series, Basics of PHP. When a user fills in a web page form, he might make syntax errors in the datum he types. For example, he might type a URL and forget to type the colon...

0 comments    php feedback form
working