Quote:
Originally Posted by atnna Are there similar PHP tuts? |
this is the actual site
W3Schools Online Web Tutorials
you can find anything here, php, asp, xml, soap etc etc. the link that turtile provided is pointing to only XHTML. while, i have provided you the site with all links.
and also, XHTML is not for Dynamic Pages. its just enhanced version of HTML with proper formatting. secondly, Tech-Man. dynamic pages means, that are generated on the request of user input. they cannot be made using one scripting language alone. a true example of dynamic page is a search engine, where you entered query, and the page builds up for you. so, to speak in easy way, dynamic pages require PHP, ASP, CFML etc. while XHTML, HTML are used to display that information.