gotxp5 Posted April 29, 2009 Share Posted April 29, 2009 I am having trouble calling a status.php file to show in my index.php. I tried: <img src="status.php" /> <OBJECT height=100% id=script type=text/x-scriptlet width=100%> <PARAM NAME="Status" VALUE="status.php"> </OBJECT> and a few others. New to php so not sure. edit* nvm i got it its: <?php require("****.php"); ?> replace **** with the file name u require. Link to comment https://forums.phpfreaks.com/topic/156083-calling-a-php-file-in-a-php-website/ Share on other sites More sharing options...
ignace Posted April 29, 2009 Share Posted April 29, 2009 please make this topic solved Link to comment https://forums.phpfreaks.com/topic/156083-calling-a-php-file-in-a-php-website/#findComment-821690 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.