-
paypal problem
Hi
can some one please tell , if this code is possible in php :
<?php
for($y=0;$y<hiddentext;$y++)
{
echo "<input type=\"hidden\" name=\"item_name_1\" value=\"classes\">";
echo "<input type=\"hidden\" name=\"amount_1\" id=\"45\">";
}
?>
where hiddenText is the value that i am getting from javascript from a function which finds out the number of checkbox clicked on the page.
Thanks
-
-
From what I know, it is possible.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks