 |
Hotscripts :: Listing Reviews |
|
|
 |
Reviews for Listing # 18801
test this source, Feb 18, 2008
Reviewed By:
k4m4r82
Review Of:
Multi-page Forms with PHP in PHP :: Tips and Tutorials :: Form Processing
|
Try echoing these both and you'll see what I mean. In the first case the 01 is taken as a number, and the second it's taken as a string (even though it's a numeric value and you can still add and operate on it math-wise). In my function, quotes are NOT added if the key (index) is purely numeric. This may cause a bug if you're using some value like 01, so you can get in and change that in the code, see lines 54-58 to change this
|
Multi-page Forms with PHP, Feb 18, 2008
Reviewed By:
k4m4r82
Review Of:
Multi-page Forms with PHP in PHP :: Tips and Tutorials :: Form Processing
|
This article will touch on two skills in the interface between PHP and HTML forms, specifically in working with hidden fields, and as a bonus, in passing arrays in an HTML form.
|
|
 |
|
|