PFMaBiSmAd Posted March 2, 2010 Share Posted March 2, 2010 Perhaps you should be looking at Server Side Includes instead of using php code - http://en.wikipedia.org/wiki/Server_Side_Includes The example of using <?php include "myimportlib.php" ?> to get the data being scrolled IS intended to be used IF you are in fact using PHP to dynamically get that data. If the data is in fact static, there is no need to use any php code (as thorpe stated earlier.) Quote Link to comment Share on other sites More sharing options...
Bobski2000 Posted March 2, 2010 Share Posted March 2, 2010 Ok, thanks for the help and advice. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.