Ok, I got this script:
http://cutephp.com/cutenews/addons/remote_headlines.zip
It will direct to a iFrame very well, but I don't know how to make the links go to a PHP include?
Any help will be very appreciated, thanks!
+REP x 3 times![]()

Ok, I got this script:
http://cutephp.com/cutenews/addons/remote_headlines.zip
It will direct to a iFrame very well, but I don't know how to make the links go to a PHP include?
Any help will be very appreciated, thanks!
+REP x 3 times![]()
drink up this bottle of yeah
and P A I N T your body on me
add me ill see what i can doOk, I got this script:
http://cutephp.com/cutenews/addons/remote_headlines.zip
It will direct to a iFrame very well, but I don't know how to make the links go to a PHP include?
Any help will be very appreciated, thanks!
+REP x 3 times
[email protected]
yo
You can't do that with php includes.
It will be possible. Im going to check it out now
EDIT:
<?php
if ( $_GET['subaction'] == "showfull" ) {
$id = $_GET['id'];
$cutenewspage = "PAGE WITH FULL STORY ON HERE!";
$page = "$cutenewspage?subaction=showfull&id=$id";
include("$page");
}
else {
include("newsnotfound.php");
}
?>
Last edited by Decode; 12-06-2008 at 04:40 PM.
Lets set the stage on fire, and hollywood will be jealous.
Want to hide these adverts? Register an account for free!