using more than 1 #include in a php file.

Asked by hackerzlab

<?php
 $phpns['category'] = '33';
 $phpns['limit'] = '200';
 $phpns['template'] = '9';
 $phpns['order'] = 'asc';
 $phpns['items_per_page'] = '2';
 include("/Applications/XAMPP/xamppfiles/htdocs/phpns/shownews.php");
?>
<hr>
<?php
 $phpns['category'] = '32';
 $phpns['limit'] = '200';
 $phpns['template'] = '9';
 $phpns['order'] = 'asc';
 $phpns['items_per_page'] = '3';
 $phpns['static'] = true;
    $phpns['disable_pagination'] = false;
 include("/Applications/XAMPP/xamppfiles/htdocs/phpns/shownews.php");
?>

<hr>

--------------------------

i'm using the above code but its not working the way i want it to ve. it shows the other news item when i click on the title.

any heads up on this?

Question information

Language:
English Edit question
Status:
Expired
For:
phpns Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.