Visit the Official PHP Website |
PHP ProgrammingBy James N HitzRegExp ExampleLet's create a Regular Expression example to encompass what we learnt about HTML forms, and pattern matching. I will outline our objectives and assumptions:Objectives
Assumptions
Apparently we'll need two files. The HTML Interface through which the user enter their details and the PHP script that processes this input. Let's start with the HTML Interface... |
JamHitz Productions