Re: PHP5

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michael Fesser

    Re: PHP5

    ..oO(incredibod y@gmail.com)
    >I have been using the php form below for a while now and all of a
    >sudden it stopped working. I contacted the company that hosts our
    >website and they think it is because they switched to php5. They
    >recommend that we don't use global variables - but I don't even know
    >what that means. I would appreciate if someone could look over the
    >code below and let me know what changes would need to be made to make
    >this compatible with php5 and without using global variables:
    >[...]
    There are _many_ things to fix in the PHP, HTML and CSS! This can't be
    done in 10 minutes. It's not only a lot of ugly and deprecated markup,
    but there's also a security hole in the script part, probably allowing
    for header injection.

    Sorry to say, but I would suggest to hire someone to fix this mess.

    Micha
  • incredibody@gmail.com

    #2
    Re: PHP5

    Does anyone know of a program that would easily create a form like
    this so I don't have to write this all out (since I obviously don't
    know what I'm doing)?

    Comment

    Working...