Beginner question---an explanation of a parameter
Beginner PHP, see an example on the Internet, as follows:
print '
print '
?>
Want to ask the predecessors, the text field of Personal[name] mean? Thank
Share to: more
------Solution--------------------
Personal personal
Name names
Personal[name] Represents the name of the form control
------Solution--------------------
Yes, no special meaning.
------Solution--------------------
Citation:
Personal Personal
Name names
Personal[name] Represents the name of the form control
The moderator explained too professional, he did not understand
Tell him directly to assemble an array, and then there are two key values in the array, namely personal and name.
If personal does not add [] then the latter overrides the former value.
------Solution--------------------
Take a look at the PHP array Chapter