Jump to content

calling a php file in a php website


gotxp5

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.