Jump to content

How do XHTML, DHTML relate to PHP?


cirene

Recommended Posts

This isn't DHTML:

 

<?php

echo "<html>";
echo "<head>";
echo "<title>Some title</title>";
echo "</head>";
echo "<body>
echo "<p>" . $dynamic_content . "</p>";
echo "</body>";
echo "</html">

?>

 

 

DHTML is normally used to describe dynamic content created with HTML, JavaScript, DOM and CSS:

 

http://www.w3schools.com/dhtml/default.asp

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.