What kind of pic file I could use like: jpg, png, gif or whatsoever? and what I will be need to key in etc.?<?php $htmlUserBar=htmlUserBar(); ?>
<!doctype html public "-//W3C//DTD html 4.0 //en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>licenses | <?php echo $x->TableTitle; ?></title>
<script src="resources/lightbox/js/prototype.js"></script>
<script src="resources/lightbox/js/scriptaculous.js?load=effects,builder,dragdrop,controls"></script>
<script src="resources/lightbox/js/lightbox.js"></script>
<script src="common.js.php"></script>
<link rel="stylesheet" type="text/css" href="resources/lightbox/css/lightbox.css" media="screen">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<!-- Add header template below here .. -->
<?php echo $htmlUserBar; ?>
<!-- process notifications -->
<?php echo showNotifications(); ?>
I've haven't any knowledge about PHP, so could someone please explain and help me?
Thanks a lot.