Right, I'm using php include for my site (instead of iframe etc) do to link something there you need to do ?page=
How do I get cutenews headline to make the link like that and actually work.
I'm assuming it has something to do with this line:
But I don't know how to make it work.Code:$output = str_replace("[link]","<a href=\"$PHP_SELF?subaction=showfull&id=$news_arr[0]&archive=$archive&start_from=$my_start_from&ucat=$news_arr[6]&$user_query\">", $output);
Any help is welcome,
Thanks





Reply With Quote

