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.
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.