Forum Moderators: coopster

Message Too Old, No Replies

PHP Question

         

Wavemaster Elk

5:26 pm on Jan 17, 2004 (gmt 0)

10+ Year Member



Greetings,

I need some help, I my site is designed in all HTML, but resently I upgraded from frames, and now I can't seam to get the php news system to load on the main page. How I had it was like this:

Nav bar --- News --- Affiliates

its a basic design, but when I tried to use the Include page it will only load html pages, and because the news system is in php the include page command will not work. What script do I need to use or command that will get my php news system to appear in the middle of my site (My site has 3 sets of tables, the Nav, the main and the affiliates side, and when I used frames I had the same setup, but frames you can use php for a frame, in normal html it seams I cannot). I really can't upgrade all my pages at the time to php, so I guess my question is how can I get it to load my PHP results (like /News/Archive.php?act=Jan) on my main html page? Please let me know the script as I am really bad with php and ok with html.

lorax

7:55 pm on Jan 17, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Welcome to WebmasterWorld!

If I'm following you then all you may need to do is to convert the file name for that has the PHP include in it from .html to .php and then change the HTML include into a PHP include.

Wavemaster Elk

3:59 am on Jan 18, 2004 (gmt 0)

10+ Year Member



Thanks that did it