GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   php/shtml simple question (https://gfy.com/showthread.php?t=171650)

alex79 09-06-2003 12:10 PM

php/shtml simple question
 
i've renamed my index file from index.shtml in to index.php but now when i want to call a file with this line:

PHP Code:

<!--#include virtual="filename.html" --> 


don't work anymore

what line should i use insted that in index.php to call the filename.html ?

Calvinguy 09-06-2003 12:11 PM

??

Libertine 09-06-2003 12:15 PM

Quote:

Originally posted by alex79
i've renamed my index file from index.shtml in to index.php but now when i want to call a file with this line:

PHP Code:

<!--#include virtual="filename.html" --> 


don't work anymore

what line should i use insted that in index.php to call the filename.html ?

Ofcourse it doesn't work anymore. SSI != PHP

Try something like

PHP Code:

<?php
include("filename.html");
?>


alex79 09-06-2003 12:17 PM

ok punkworld.. now is work

thanks

AlienQ - BANNED FOR LIFE 09-06-2003 12:19 PM

Quote:

Originally posted by punkworld


Ofcourse it doesn't work anymore. SSI != PHP

Try something like

PHP Code:

<?php
include("filename.html");
?>


Bingo:thumbsup


All times are GMT -7. The time now is 08:50 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123