• st_user=st_[15] (unregistered)

    That's just how php is intended to work.

  • anon (unregistered)

    Brilliant,

    They can now take this to the next step. Just put most of the code into the database itself then rewrite the index page to simply be a call to the database and you will have... SharePoint... :)

    CAPTCHA --- usitas... use it as is.

  • James C. (unregistered)

    I know it's still horribly retarded, but the surely the main failing (offset) could be simply countered by replacing:

    $st[] =stripslashes($row_st[st]);

    With:

    $st[$row_st['id_st']] = stripslashes($row_st['st']);

    ?

  • drummerp (unregistered)

    TRWTF is the mysql_ functions. Doesn't anyone know, we upgraded to OOP with mysqli a couple years back?

Leave a comment on “Number 15”

Log In or post as a guest

Replying to comment #:

« Return to Article