I'm a newbie wrestling with php and such. I'd like to use a news script, like CuteNews RU and possibly a few other special feature scripts with GetSimple.
Is that possible?
** Let me try to present a better question:
I have been able to include php scripts using an iframe. Through that method, I have been able to use scripts like.....
<? include("path_to_phpscript/phpscript.php");?>
They are included like....
<iframe src="plugins/path_to_phpscript/phpscript.php" style=" border-width:0 " width="100%" height="600" frameborder="0" scrolling="no"></iframe>
But with scripts like...
<?php
include('path_to_phpscript/phpscript.php');
show_news(NUMBER);
show_categories();
?>
I'm unable to use this method, at least the way I've been doing it. Is there any documentation that I can read or examples that I can see about how to include php scripts into a GetSimple page successfully?
Peace and thanks.
homershines
Is that possible?
** Let me try to present a better question:
I have been able to include php scripts using an iframe. Through that method, I have been able to use scripts like.....
<? include("path_to_phpscript/phpscript.php");?>
They are included like....
<iframe src="plugins/path_to_phpscript/phpscript.php" style=" border-width:0 " width="100%" height="600" frameborder="0" scrolling="no"></iframe>
But with scripts like...
<?php
include('path_to_phpscript/phpscript.php');
show_news(NUMBER);
show_categories();
?>
I'm unable to use this method, at least the way I've been doing it. Is there any documentation that I can read or examples that I can see about how to include php scripts into a GetSimple page successfully?
Peace and thanks.
homershines