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.) Link to comment https://forums.phpfreaks.com/topic/193502-php-script-problem-only-a-4k-script-so-what-on-earth-could-be-wrong/page/2/#findComment-1020395 Share on other sites More sharing options...
Bobski2000 Posted March 2, 2010 Share Posted March 2, 2010 Ok, thanks for the help and advice. Link to comment https://forums.phpfreaks.com/topic/193502-php-script-problem-only-a-4k-script-so-what-on-earth-could-be-wrong/page/2/#findComment-1020397 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.