View Single Post
Old 04-28-2008, 01:06 PM   #2 (permalink)
SpOrTsDuDe.Reese
Senior Moderator
 
SpOrTsDuDe.Reese's Avatar
Default

What are you talking about? If you wanna include PHP in an HTML document try this. This is just an example but...

Code:
<html>
<head>
<title>Test</title>
</head>
<body>
<?php echo "Hello world"; ?>
</body>
</html>
I dunno what you're talking about...include your code in your next post along with comments saying where you want your code.
__________________
+-(X)HTML, CSS, JavaScript, SEO, PHP, Flash-+
Code:
<style type="text/css"> u { text-decoration: none; } </style>
GameYin. Redesigning for DevPlooth.
SpOrTsDuDe.Reese is offline   Reply With Quote