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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -