Hello
I hope u can help me with this problem. I dont know if it is possible to 
do it. I'm using PHP and XML to generate the folowing HTML:
...
<form method="post" action="cart.php">
<input type="hidden" name="itemid" value="1">1</input>
...
<input type="hidden" name="itemid" value="2">2</input>
...
<input type="hidden" name="itemid" value="3">3</input>
...
...

I want to use PHP to count the number of $itemid in this file. Is it 
possible? And how?
Thx a lot



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to