Tyler
12-02-2004, 12:13 AM
To give you a better prosperict on what I need. Go here:
http://cbttechs.com/Untitled-3.php
I need the word "Test" where the word "text" is. Here is my programming so far:
<?php
include ("header.html");
?>
Now the word "test" is in the untitled php file but the word "text" is in the html document. How do I get words from the php document into the header html file without actually saving any changes (so I need it via php). How will I go about this?
http://cbttechs.com/Untitled-3.php
I need the word "Test" where the word "text" is. Here is my programming so far:
<?php
include ("header.html");
?>
Now the word "test" is in the untitled php file but the word "text" is in the html document. How do I get words from the php document into the header html file without actually saving any changes (so I need it via php). How will I go about this?
