hi! i need to ask how refresh a page after inserting a data. i use :
print"<a href=\"update_budg.php?ras_num=$ras_num&update=1\" onClick=\"javascript: return confirm('Are you sure you want to do this?'); return;\">Update?</a>";
this link to update in other page. value is automatically insert and from "update_budg.php" , i will return to the previous page. the problem is the link is still exist although data already being insert into the database. it will dissappear after i click on the refresh button.
is there is other way for me to refresh it itself as soon as the data has been insert.
thank you