tvance929 Posted April 12, 2009 Share Posted April 12, 2009 I want to ajax a database insert to a php page --- if it succeeds I want to refresh my initial page so that the new insert will show up in my datagrid. Can I send something back from my php page that tells my page to refresh??? Link to comment https://forums.phpfreaks.com/topic/153789-can-i-send-a-refresh-command-back-from-php/ Share on other sites More sharing options...
jackpf Posted April 13, 2009 Share Posted April 13, 2009 Just do it with javascript. location.reload(true); Link to comment https://forums.phpfreaks.com/topic/153789-can-i-send-a-refresh-command-back-from-php/#findComment-808268 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.