|
-
Jan 9th, 2003, 02:56 AM
#10
Hyperactive Member
Originally posted by phpman
no it can't be set in a variable. I meant like regular html in between the head tags.
<html>
<head>
<link ..... >
</head>
<body>
<?php
php here
?>
</body>
</html>
that is the same as the header in php.
Use include('filename.dat');
or require('filename.dat');
It outputs the contents straight to the web browser it does not parse it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|