Jump to content

konradb

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

konradb's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. thank you so much, but I ve just solved the problem... it was really this cache isssue, but I ve put the expires header not in the right place:) (stupid stupid stupid:P) peace
  2. Hi everyone, I am trying to deal with a problem for couple of days already and no success... I have an ajax function that is supposed to wait for a change in one of a database element. At first it gets by ajax part the response '0', 'del' or some other number. If '0', it runs the function once more (by settimeout). For 'del' or other number it redirects us to another page (window.location). Everything works just fine in Firefox or GoogleChrome, just perfect! But here comes IE... It reads the first '0' response (it always is 0 at the beginning) but then it does not see any changes. The function runs again every 2 seconds if there is no change form '0' and runs correct. But the response is still '0' even if I am sure it has changed... Today I find out that it can be a caching problem, so I added to my index.php such lines: header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Cache-Control: no-cache, no-store, must-revalidate"); and also tried with: header("Expires: -1"); header("Cache-Control: no-cache, no-store"); It didn't work and the problem still exists. Maybe some of you solved it once? Waiting for suggestions..
  3. Hello everyone I ve been searching the problem through the internet and a few forums but did not find any help. I have a varchar element in my dbase and a need to store there a + sign. But it is stored with replaced + to a space. Guess it is simple but I can't manage..
×
×
  • 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.