PDA

View Full Version : help with php



dandydrummer
July 23rd, 2001, 19:15
whats the coding so that i can insert the html from a text file into on of the tables on my page? i've seen it b4, but i cant check the sites php because they changed the design

lucifer
July 23rd, 2001, 20:44
<table .....>
<...>
<?php include "mytextfilefullofhtml.txt" ?>
<...>
</table>


make sure its called *.php3 or whatever's on your server

dandydrummer
July 23rd, 2001, 22:55
thank you eternally.