Hi,
I'm pretty newbie in PHP and now I need code that do the follow..
I have file named "info.html" where I have made one table and in table is many cells with every own ID.
Know I need to include information from one of "info.html" cells to "index.php" -file. Cell ID is "news".
So what kind code I should use to get information in that cell included to file?
I know this line include the whole file, but I only need content from specific cells.
<?php include 'info.html' ?>
Hopely you get idea what i'm meaning. :rolleyes:
Thanks! 🙂