Automatically fill out form in other site

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • oscarphp
    New Member
    • Apr 2007
    • 1

    Automatically fill out form in other site

    Hello,

    I am trying to create a form that asks for info and will take the user input (name, email, etc) and automatically fill out a form in a different website outside of my control.

    Any details are appreciated since I am very new to php. :)

    Thank you.
  • exoskeleton
    New Member
    • Sep 2006
    • 104

    #2
    Originally posted by oscarphp
    Hello,

    I am trying to create a form that asks for info and will take the user input (name, email, etc) and automatically fill out a form in a different website outside of my control.

    Any details are appreciated since I am very new to php. :)

    Thank you.
    that's spamming i guess :)

    Comment

    • Motoma
      Recognized Expert Specialist
      • Jan 2007
      • 3236

      #3
      Take a look at the source of the location you are trying to submit to. Look at the FORM ACTION value. Make your FORM ACTION target that page as well.

      Good luck, most systems have a check in place so that pages will only accept submissions when the referrer is on the same site.

      Comment

      Working...