how do i input php files into html so i can add php files top my site please because i have a login and register scripted but dont no how to add it to my site
at the top of your html page (or wherever you want to include it in your html page)
include("whateverfile.php");