From 1706f606aee70f6e07bdc533f362a69a16856bb6 Mon Sep 17 00:00:00 2001
From: Rick Ellis
Date: Tue, 26 Aug 2008 20:19:55 +0000
Subject:
---
user_guide/libraries/form_validation.html | 3 +++
1 file changed, 3 insertions(+)
(limited to 'user_guide/libraries/form_validation.html')
diff --git a/user_guide/libraries/form_validation.html b/user_guide/libraries/form_validation.html
index 3da5c31f4..cd5bc2a81 100644
--- a/user_guide/libraries/form_validation.html
+++ b/user_guide/libraries/form_validation.html
@@ -493,6 +493,8 @@ permit you to re-populate <select> menus, radio buttons, and checkboxes.
<input type="text" name="colors[]" value="<?php echo set_value('colors[]'); ?>" size="50" />
+For more info please see the Using Arrays as Field Names section below.
+
@@ -655,6 +657,7 @@ individually.
<input type="text" name="options[size]" value="<?php echo set_value("options[size]"); ?>" size="50" />
+For more info please see the Using Arrays as Field Names section below.
--
cgit v1.2.3-24-g4f1b