Orionsbelter Posted June 21, 2009 Share Posted June 21, 2009 Hi everyone, am looking for a code i can use to echo i wanted to be able to redirect or refresh a url link such as <link href="example.php" target='main'/> something like that would be perfect but it doesn't work like this anyone know how to do it and will post the string please Thanks You Link to comment https://forums.phpfreaks.com/topic/163159-how-do-i-echo-a-string-that-will-redirect-to-a-link-but-into-a-frame/ Share on other sites More sharing options...
pkedpker Posted June 21, 2009 Share Posted June 21, 2009 i'd use echo "<meta http-equiv='refresh' content='0;URL=?edit_page=$_SERVER['PHP_SELF']'>"; but i dont know as far as compatibility goes with newer/old browsers. Link to comment https://forums.phpfreaks.com/topic/163159-how-do-i-echo-a-string-that-will-redirect-to-a-link-but-into-a-frame/#findComment-860827 Share on other sites More sharing options...
Orionsbelter Posted June 21, 2009 Author Share Posted June 21, 2009 i know that string what am mainly looking to do is to refresh into a frame Link to comment https://forums.phpfreaks.com/topic/163159-how-do-i-echo-a-string-that-will-redirect-to-a-link-but-into-a-frame/#findComment-860851 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.