walshy007 Posted November 30, 2006 Share Posted November 30, 2006 hi could someone help me please. ive got the guestbook working but would like some help or some information on how i can link it to a friends guest book so the guestbook will show each others posts.Jonathan Link to comment https://forums.phpfreaks.com/topic/28967-linking-php-flat-line-guest-books-to-a-friends-guestbook/ Share on other sites More sharing options...
CheesierAngel Posted November 30, 2006 Share Posted November 30, 2006 You probably need to or share your configurations or make an interface so you can request the other posts.I think you could best use XML to transfer the posts. Link to comment https://forums.phpfreaks.com/topic/28967-linking-php-flat-line-guest-books-to-a-friends-guestbook/#findComment-132647 Share on other sites More sharing options...
walshy007 Posted November 30, 2006 Author Share Posted November 30, 2006 if i know his server address and the text file though cant i tap into his text file and display it that way? instead of using XML.Jonathan Link to comment https://forums.phpfreaks.com/topic/28967-linking-php-flat-line-guest-books-to-a-friends-guestbook/#findComment-132659 Share on other sites More sharing options...
CheesierAngel Posted November 30, 2006 Share Posted November 30, 2006 If you have the permissions to read the file, yes you can. Link to comment https://forums.phpfreaks.com/topic/28967-linking-php-flat-line-guest-books-to-a-friends-guestbook/#findComment-132660 Share on other sites More sharing options...
walshy007 Posted November 30, 2006 Author Share Posted November 30, 2006 yes i will have permission to read the files. so how would i go about codeing it? im not sure how to do it.Jonathan Link to comment https://forums.phpfreaks.com/topic/28967-linking-php-flat-line-guest-books-to-a-friends-guestbook/#findComment-132665 Share on other sites More sharing options...
CheesierAngel Posted November 30, 2006 Share Posted November 30, 2006 There is a nice function for things like that, take a look at the php manual (f_open):- http://php.belnet.be/manual/en/function.fopen.phpOr if you google for a tutorial on this you'll find alot of these tuts. Link to comment https://forums.phpfreaks.com/topic/28967-linking-php-flat-line-guest-books-to-a-friends-guestbook/#findComment-132703 Share on other sites More sharing options...
walshy007 Posted November 30, 2006 Author Share Posted November 30, 2006 cheers thanks if i get stuck i'll repost on this thread.Jonathan Link to comment https://forums.phpfreaks.com/topic/28967-linking-php-flat-line-guest-books-to-a-friends-guestbook/#findComment-132706 Share on other sites More sharing options...
CheesierAngel Posted November 30, 2006 Share Posted November 30, 2006 no problem Link to comment https://forums.phpfreaks.com/topic/28967-linking-php-flat-line-guest-books-to-a-friends-guestbook/#findComment-132711 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.