Zizzled
08-19-2011, 03:37 PM
Ok so i have this textfile thats called post.php, and it writes this text file called: Recieve.txt
When i try to include Recieve.txt in the code below it will not work..No idea what im doing wrong.. o.O
<html>
<head>
<meta http-equiv="refresh" content="5">
<title>Realtime Logs</title>
</head>
<body>
<center><b>This was created by Jason [MrZizzled]. If you purchased this from someone other than me, please request a refund!</b></center>
<?php include("Recieve.txt"); ?>
</body>
</html>
When i try to include Recieve.txt in the code below it will not work..No idea what im doing wrong.. o.O
<html>
<head>
<meta http-equiv="refresh" content="5">
<title>Realtime Logs</title>
</head>
<body>
<center><b>This was created by Jason [MrZizzled]. If you purchased this from someone other than me, please request a refund!</b></center>
<?php include("Recieve.txt"); ?>
</body>
</html>