Does anyone know the tag to include a php file on a webpage?
You could use the include ('somefilename.txt'); or the require('somefile.txt'); function already existing in PHP, but you'd have to enclose them in <?php ?> tags