Jump to content

zamight

New Members
  • Posts

    5
  • Joined

  • Last visited

zamight's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I use PSR-2. So I would break a new line for a function curly bracket.
  2. I don't know the host's code. Since the form submits via POST and your only passing two parts of the form when there are three. Including the button which is name="Submit" and value="Login" this could pose a problem from the host if they check for the value of the button. This is just a guess. I don't really use curl to login websites.
  3. Currently, way your code is the setup you can only access the $message array inside the scope of your while loop. Anything else trying to access the $message array outside the scope of the while loop will be null.
×
×
  • 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.