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. Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.