Jump to content

Orionsbelter

Members
  • Posts

    493
  • Joined

  • Last visited

Posts posted by Orionsbelter

  1. hi i have a php paypal script where as customers pay by paypal but i do know how to get it to send it back to my website to be stored into the database so as i don't need to go to paypal to see if someone has purchased something i can look on my website. But however i don't know how to do this please help me:D the following code i have is:

     

        <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target=_blank>
        <center><select name=amount style="background-color:#444444; font: 10pt verdana; color:#ffffff; border: 1px solid #444444;">
        <OPTION value=5.00 selected>£5.00</option>
        <OPTION value=7.00 selected>£7.00</option>
        <OPTION value=9.00 selected>£9.00</option>
        <OPTION value=10.00 selected>£10.00</option>
        <OPTION value=12.00 selected>£12.00</option>
        <OPTION value=13.00 selected>£13.00</option>
        <OPTION value=14.00 selected>£14.00</option>
        <OPTION value=15.00>£15.00</option>
        <OPTION value=20.00>£20.00</option>
        <OPTION value=25.00>£25.00</option>
        <OPTION value=30.00>£30.00</option>
        <OPTION value=30.00>£35.00</option>
        <OPTION value=40.00>£40.00</option>
        <OPTION value=40.00>£45.00</option>
        <OPTION value=50.00>£50.00</option>
        <OPTION value=60.00>£60.00</option>
        <OPTION value=70.00>£70.00</option>
        <OPTION value=80.00>£80.00</option>
        <OPTION value=90.00>£90.00</option>
        <OPTION value=100.00>£100.00</option>
        </select>
        <input type="hidden" name="cmd" value="_xclick">
        <input type="hidden" name="currency_code" value="GBP">
        <input type="hidden" name="business" value="myemail@email.com">
        <input type="hidden" name="item_name" value="the product">
        <input type="submit" class="button" border="0" value="Continue" onClick="confirmbuy()" name="submit" alt="Click To Redeem Your Points"></form>

  2. to have a php radio for my website? for example i have a few songs on my websites and i choose one for all the users to listen too. but if they log out and back in it'll still play at the part it would have been at? like a real life radio. if so help me with the script for it many thanks:D

  3. Hi i have a site where as customers pay via sms then enter a code into an input box and it sends it to the sms supplier to check it which then redirects it to my site. however it send http post data, which i have never used before and don't know how to recieve the data.

     

    her are some of the variables its gives me.

     

    CovNum 

    Password

    method         

     

    Can some please show me how to get this data so i can store it in the database. thanks to all who have took the time to look.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.