zgkhoo Posted October 16, 2007 Share Posted October 16, 2007 hi may i know wat is the different between header ('Refresh:2;url=placebet3.php'); header ('location;url=placebet3.php'); <META HTTP-EQUIV='refresh' content='0;URL=http://PAGE YOU NEED TO REFRESG.com'> Link to comment https://forums.phpfreaks.com/topic/73487-wat-is-the-different-betweeen-meta-redirect-n-headerlocation-n-headerrefresh/ Share on other sites More sharing options...
ToonMariner Posted October 16, 2007 Share Posted October 16, 2007 meta is done by the browser and the header is done by the server before it even gets to the browser. I NEVER use meta redirects - you could already have sent a packet of info you didn't want to - the client COULD disable the redirect and view what you had sent. some search engines don't like meta redirects if they encounter them. Link to comment https://forums.phpfreaks.com/topic/73487-wat-is-the-different-betweeen-meta-redirect-n-headerlocation-n-headerrefresh/#findComment-370699 Share on other sites More sharing options...
zgkhoo Posted October 16, 2007 Author Share Posted October 16, 2007 I NEVER use meta redirects - you could already have sent a packet of info you didn't want to - the client COULD disable the redirect and view what you had sent. how to view? Link to comment https://forums.phpfreaks.com/topic/73487-wat-is-the-different-betweeen-meta-redirect-n-headerlocation-n-headerrefresh/#findComment-370771 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.