SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Hybrid View
-
Jan 30, 2001, 09:21 #1
- Join Date
- Jan 2001
- Location
- Herndon, VA
- Posts
- 63
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Is there anyway I could get headers from my ezboard and put them on my site using PHP?
-
Jan 30, 2001, 10:10 #2
- Join Date
- Jan 2001
- Location
- Lawrence, Kansas
- Posts
- 2,066
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
If you mean message titles (such as the last 5 messages posted) then it's possible but extremely difficult. You would need to use PHP's fopen function to read in the ezboard page, then write a VERY complicated piece of code to isolate the information you want from that page and 'cut it out' ready for you to use.
I can't think of an easier way to do it - the other option is to dump ezboard and use a full PHP solution such as PHPbb ( http://www.phpbb.com ) - then a simple call to the forum's database would give you the 5 most recent topics or whatever you want.
-
Jan 30, 2001, 16:05 #3
- Join Date
- May 2000
- Location
- Salt Lake City, UT
- Posts
- 108
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
freddydoesphp has posted an excellent example of how to easily do this at http://sitepointforums.com/showthrea...threadid=14915
I have setup a message board for my work's intranet and got a lot of help from this thread.
If you have any further questions, I've found it very useful to use the forum search to find other posts to help answer my questions. Many times someone has already asked my question. So I would start there first and see how it goes.Joe Eliason
Just a dog learnin' PHP from cat.
Bookmarks