PHP Help

Discussion in 'PHP' started by jaymul, Mar 18, 2008.

  1. #1
    Hello,

    can you make a php script so it sends infomation via
    Post to a external website and that website gets it and put in a DB

    this must sound a dumb question but i wanna know if it will work

    send post from
    http://www.example.com/install.php

    To
    http://www.mywebsite.com/Grabber.php

    it will send following information to the grabber.php

    Website URL:
    Version Number:
    License Number:
    Name:

    ---------------
    Also

    make one to check a external database to see if the license key is there

    ---------------

    Thanks
     
    jaymul, Mar 18, 2008 IP
  2. facebookdev

    facebookdev Peon

    Messages:
    56
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Yes you can do..check out CURL library.
     
    facebookdev, Mar 18, 2008 IP
  3. jaymul

    jaymul Peon

    Messages:
    97
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    so would it send a string to the external site
    eg.
    $name=james&$license=23434324&$website=wwwh
    .ho.co.uk;
     
    jaymul, Mar 18, 2008 IP