Gruzin Posted July 14, 2006 Share Posted July 14, 2006 he, I need to include external php file which is on another server, how can i do that? please help, thanks. Quote Link to comment https://forums.phpfreaks.com/topic/14581-help/ Share on other sites More sharing options...
redarrow Posted July 14, 2006 Share Posted July 14, 2006 As long as you got permission to get and use the file or your have to use a rss feed include("http://what_ever.com/what_ever.php"); Quote Link to comment https://forums.phpfreaks.com/topic/14581-help/#findComment-57885 Share on other sites More sharing options...
hvle Posted July 14, 2006 Share Posted July 14, 2006 include 'http://www.example.com/file.php';orinclude 'http://www.example.com/file.php?var1=1&var2=2'; Quote Link to comment https://forums.phpfreaks.com/topic/14581-help/#findComment-57888 Share on other sites More sharing options...
Gruzin Posted July 14, 2006 Author Share Posted July 14, 2006 thaks guys, shoul I do that so:<? include (http//:www.mylink.com/links.php); ?> Quote Link to comment https://forums.phpfreaks.com/topic/14581-help/#findComment-57903 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.