How to make a refresh button by php??
PHP doesn't refresh. You can use a header or javascript to make the page refresh.
<input type=submit name=submit vale="Submit" onclick="window.refresh();">
Something like that...
---John Holmes...