Jump to content

shockerfred

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Everything posted by shockerfred

  1. I'm not sure where I want to send the data. My goal is to automatically enter the contest without manually typing in my information. I assumed PHP would be the best way to do it. Is there a way to do this in PHP? Take a look at the link to the entry page and let me know what you think. Thanks, Fred
  2. Hello, I am just getting interested in PHP, so please excuse my ignorance. Something I thought might help me learn is this challenge. http://penn-station.com/gift2010.php is a daily enter sweepstakes. I'm wanting to automate a daily entry. I was able to do so using AutoIT (windows automation), but the result was rather janky. Anyways, I found how to enter my name in the Name field of the form by modifying the value attribute of the textbox. (I used Chrome's DOM inspector plug-in) <input type="text" class="EH_Form_Textbox" name="Name" size="30" value="Fred"> How would I go about actually submitting this? Thank you very much, Fred
×
×
  • 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.