Results 1 to 3 of 3

Thread: Can I post variables to a PHP page?

  1. #1
    Join Date
    Jan 2007
    Location
    Tennessee
    Posts
    642
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default Can I post variables to a PHP page?

    It seems to work posting POST variables to a normal web page, like Google, but when I try to post to a PHP page I get "HTTP/1.1 406 Not Acceptable"
    This doesn't make much sense to me because I thought these variables were used more commonly in PHP than anything else.
    But here's what I have
    SCAR Code:
    AddPostVariable(Client, 'someVar', '12345678');
        PostHTTPPageEx(Client, 'http://somePage.php');

  2. #2
    Join Date
    Oct 2006
    Location
    Ontario,Canada
    Posts
    1,718
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    any chance it is because you dont have www after http?

  3. #3
    Join Date
    Jan 2007
    Location
    Tennessee
    Posts
    642
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I tried it either way with no luck.
    It might possibly be the site (http://infiniteadds.org/grabber.php)
    Anyone know a php site I can test posting a variable to?

    Edit:
    It works with other php sites, just not the only 2 ones I need.
    They both give errors.
    The other one is http://maxadds.com/grabber.php
    So does anyone have a clue why?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Variables
    By Jackrawl in forum OSR Help
    Replies: 4
    Last Post: 12-04-2007, 04:30 PM
  2. POST Variables help.
    By mastaraymond in forum OSR Help
    Replies: 6
    Last Post: 09-04-2007, 08:31 AM
  3. Variables..
    By doritoz in forum OSR Help
    Replies: 19
    Last Post: 09-03-2007, 03:10 AM

Posting Permissions

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