Hi,
I would like to be able to know how many parameters were passed when my .php file was called. Is that possible?
Thanks,
Vera.
Can you get the length of the $_POST array?
Moderator: General Moderators
just like with any array
http://php.net/count
http://php.net/count