Forums / General / Include links

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Include links

Author Message

Gry F

Tuesday 17 June 2003 2:34:55 pm

How can I include the lastest links and articles in an article (a "whats new" page.)

This code works only in frame.php??

<?
$CategoryID =0;
$Limit = 6;
include( "/ezlink/user/latest.php" );
?>