PHP Script output to an HTML table
Posted: Sun May 25, 2003 10:03 am
I am very new at this, and I want to know first of all if this can even be done...
I have a standard HTML page, I know that I can just put PHP tags in it, save it as a .php and it will display the same as if it were the original HTML page.
This page has a table with 3 columns, in the left column/cell I would like to invoke a PHP file that has an output.
The PHP script I have is a RSS parser, formatter, it works just fine when I invoke it stand alone and produces it's link to the browser. I just simply want to direct that same output to the confines of my table/cell.
Is this possible?
I don't expect anyone to write any code for me, but if it is possible... please point me in the right direction and I will try to figure it out. I have seen functionality like this on Nuke, but only desire this content in a simple page, don't need an entire CMS site.
There is no MySQL data here, just link/HTML output from a cached file on the server.
I have a standard HTML page, I know that I can just put PHP tags in it, save it as a .php and it will display the same as if it were the original HTML page.
This page has a table with 3 columns, in the left column/cell I would like to invoke a PHP file that has an output.
The PHP script I have is a RSS parser, formatter, it works just fine when I invoke it stand alone and produces it's link to the browser. I just simply want to direct that same output to the confines of my table/cell.
Is this possible?
I don't expect anyone to write any code for me, but if it is possible... please point me in the right direction and I will try to figure it out. I have seen functionality like this on Nuke, but only desire this content in a simple page, don't need an entire CMS site.
There is no MySQL data here, just link/HTML output from a cached file on the server.