26
youness
8y

im not sure but just in case

Comments
  • 4
    also: $backupUrl = $url

    To be extra sure
  • 6
    Then check if they are equal

    If($backupURL == $url){
    ....
    }
  • 2
    @armadillo Aah.. But you should be using strcmp to be extra sure.
  • 0
    And you should check per character, just to be extra sure
  • 0
    And then check if(md5($backupUrl) == md5($url))

    And forget == with = and get THE error.

    Puff! Finally something happened.
  • 2
    i think it should surrounded by try catch block cause it might throws an exception
  • 0
    jajajajajajajajajajajaja
Add Comment