Results 1 to 2 of 2

Thread: Integrate XML feeds into site

  1. #1
    Join Date
    Sep 2004
    Posts
    162

    Default Integrate PHP into Html file (So Can Add News Feed)

    I saw this code in another post..but wasn't sure the context...can i use php in html?

    Code:
    <php> include("news/headlines.php"); </php>
    brickholius

    I am supposed to use this code to reference the news/xml file

    Code:
    <? include ('http://www.XXX.com/public_html/newsfeeds/zfeeder.php'); ?>
    I ran a test and I can see it on a test php page but not in html, Is there a way to see this in html in indexu?

    brickholius
    Last edited by brickholius; 11-05-2004 at 04:10 PM.

  2. #2
    Join Date
    Feb 2003
    Location
    York
    Posts
    76

    Default

    Quote Originally Posted by brickholius
    I saw this code in another post..but wasn't sure the context...can i use php in html?

    Code:
    <php> include("news/headlines.php"); </php>
    brickholius

    I am supposed to use this code to reference the news/xml file

    Code:
    <? include ('http://www.XXX.com/public_html/newsfeeds/zfeeder.php'); ?>
    I ran a test and I can see it on a test php page but not in html, Is there a way to see this in html in indexu?

    brickholius
    Right.. just being playing around with this myself.

    The top one works for me but I found the bottom one wouldn't parse.

Similar Threads

  1. Replies: 0
    Last Post: 02-13-2004, 08:56 PM
  2. Linked site in a frame ?
    By Frank71 in forum v3.2
    Replies: 11
    Last Post: 09-01-2003, 04:37 PM
  3. Addition of a framed return to site on top
    By lordkinjo in forum v3.2
    Replies: 3
    Last Post: 07-09-2003, 09:28 AM
  4. Modify Site Problem
    By sulaco in forum v5.x
    Replies: 0
    Last Post: 04-02-2003, 02:04 PM
  5. "Add a Site " problem ??
    By ideavirus in forum v5.x
    Replies: 12
    Last Post: 07-13-2002, 07:56 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •