include - php/javascript application with HTML5 -
i'm developping app (javascript , php). use include command @ top of index, has becone [www.mypage.php] .
now i'm wondering if in compatible html5 ?
edit
ok have not use html5 yet wondering coz in future.
my index:
<?php include_once("../config.php"); ?> <html> <head> . . . so url should www.mypage.php instead of www.mypage.html
would make conflict when using html5 ?
how php include() compatible or not compatible htm5?
since php runs server-side, , sends content browser, browser never knows how content generated.
question not relevant.
Comments
Post a Comment