-1

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

Community
  • 1
  • 1
chrispo
  • 29
  • 3

1 Answers1

0

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.

user852610
  • 2,205
  • 7
  • 36
  • 46