Hi
I creating my own pages / article in PHP and would like the option to choose where the field info should be showed.
If I use the article creator on Joomla I can just enter this code: and the info from the field will show up there.
But do I enter the code on my php file it just show up as text {field 1} and does not call the info from the field 1 in the database. Is it possible to use a php code to call the field info from the database and how should that look?
I creating my own pages / article in PHP and would like the option to choose where the field info should be showed.
If I use the article creator on Joomla I can just enter this code:
Code:
{field 1}
But do I enter the code
Code:
{field 1}
Statistics: Posted by gerner — Sun Nov 24, 2024 4:48 pm