Possible Duplicate:
Create a Jooma! Article Programatically
I need to know, how can I create a new article in Joomla 2.5 with php code.
EDIT
I found this: Create a Joomla! Article Programatically it works in also joomla 2.5
Possible Duplicate:
Create a Jooma! Article Programatically
I need to know, how can I create a new article in Joomla 2.5 with php code.
EDIT
I found this: Create a Joomla! Article Programatically it works in also joomla 2.5
Hi you only need to create a new article and in the textarea where you writte you have a botton "html" to insert you code inside you can put <?php ?>
for your php code.
But I recomend you use a module or component for this.