| > |
PHPFAQ - How to count number of parameters given in URL by POST? |
[Bookmark it] |
|
|
| PHPFAQ - How to count number of parameters given in URL by POST? |
|
Question : How to count number of parameters given in URL by POST?Answer :
<?
echo count ($HTTP_POST_VARS);
?>
|
|
|
|
|
|
|