Php/Html include
Posted: Wed Sep 11, 2013 7:06 pm
Hi i'm making a page where my classmates can go and check what food is served in the school cafeteria.
The page first had a javascript that read from a textfile and made a table from the stuff in it, but it did not use utf-8 so some words looked strange. So i changed to php but then i got problems with the include part because my version of xampp didn't let me use
Please help me if you can /Martin.
The page first had a javascript that read from a textfile and made a table from the stuff in it, but it did not use utf-8 so some words looked strange. So i changed to php but then i got problems with the include part because my version of xampp didn't let me use
Code: Select all
So then i changed the page to a .php file so it was able to use the include part. But i'm still having problems with some words not showing right.<?php include("convertintotab.php"); ?>
Please help me if you can /Martin.