HTML - Single Page Template
PHP - Connection to a MySQL Database
PHP - List directory glob() vs. scandir()
PHP - Serve file
PHP - Serve CSS
AJAX - simple POST call
AJAX - create AJAX object
AJAX - simple POST call
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Title here</title> <meta http-equiv="content-type" content="text/html;charset=utf-8"> <meta name="description" content="description here"> <script type="text/javascript" src="/js/"></script> <link rel="stylesheet" type="text/css" media="screen" href="/css/" /> <link rel="shortcut icon" href="/favicon.gif" type="image/gif" /> </head> <body> Content here. </body> </html>
links
code
download