redirecting /refreshing a php page

wxdqz

New Member
I am storing the php resultset obtained from postgres in a variable, which is used to show the records one by one. I delete a particular record by passing a variable in query string. the record is deleted. But contents of the variable are not refreshed, therefore the deleted record is being displayed on the form. To solve this problem , i want to refresh my php page . How I can do that ? How I can redired my php page.
thanks,
dinesh mishra
 
Back
Top