ajax and remote refresh
Posted: Thu Nov 01, 2007 8:50 am
I got ajax script what updates some info in mysql db using mysql.php for that. There are some if statement's too. And when one of them is true i'd like to refresh the index.php(that's where the ajax request come's). I have try'd
But it make's my div act like a iframe or something and original page will not refresh. Soo how to code something like that?
Code: Select all
header("location:index.php") ;