I have a DJ says script and i have fully set it up and you can post things but what is the code so it can show up on another page?
+ Rep for all help :)
Printable View
I have a DJ says script and i have fully set it up and you can post things but what is the code so it can show up on another page?
+ Rep for all help :)
I would imagine just to use a PHP include possibly?
If there is a page where it is showing to, such as a .txt document then all you would do is;
I'm not quite sure what you mean, and it would be more of a help if I seen some files, unless someone fully understands what lynsie is talking about.PHP Code:<?
include ("file.txt");
?>
Sorry if thats incorrect for what you need,
- Craig.
Anyone Help Me?
We need to see what DJ Says script your using.
I seen what he needs; He needs a page where it recieves information from the message row in the MySQL database.
Then all I would do is just include that page using what I said at the top of the page where ever you want it.
- Craig.
u could use an iframe
<iframe src="djsayspage.php">