Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
2 Posted Topics
[QUOTE=Rajivgandhi;1052034]I dont like every time the page refresh. I want the page will be reloaded only once. can u help me to do that?[/QUOTE] I use to use the php header function to refresh pages, but most of the times received error messages. So ever since, i'm using the next …
I always use javascript to refresh my pages and it's very simple. I use to use the php header function to refresh pages, but most of the times received error messages. So ever since, i'm using the next command: <?php // Refresh page echo '<script> window.location=" '.$_SERVER['PHP_SELF'].' "; </script>'; ?>
The End.
pangeli