I am using codeigniter and I am having problem in refreshing xml file.I have a flash file that is connected to xml file.When I insert or edit something the xml file does not update until I clear the cache of the browser.I have tried to use
header("Cache-Control: no-cache, must-revalidate");
but no success.Can anyone help.Thanks in advance
I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...