Search found 1 match

by arhunter
Mon Aug 31, 2009 10:44 pm
Forum: PHP - Code
Topic: $_POST Variable List New bee question
Replies: 3
Views: 161

$_POST Variable List New bee question

I am fairly new to php and I was wondering if there is a function or object all that will return the following: Total number of variables or array elements in the $_POST array. The Variable Names in the $_POST array. for example if $_POST contains 3 vars such as v1, v2, v3 is there a function that I...