Results 1 to 2 of 2

Thread: paypal problem

  1. #1
    Join Date
    Dec 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    From what I know, it is possible.
    Jeremy | jfein.net

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •