Random Record MODULE ? - Joomla! Forum - community, help and support
hi friends ,
i have big request ,
i want module displays 1 records of table each day (e.g daily note) options :
if there not can write simple module me ( don't know php)
very thanks
some info :
my table structure :
and data insert :
i have big request ,
i want module displays 1 records of table each day (e.g daily note) options :
- 1-random records
2- order records id
3-number of lines display
if there not can write simple module me ( don't know php)
very thanks
some info :
my table structure :
code: select all
create table `jos_table_one` (
`id` int(4) not null default '0',
`textf` text not null
) type=myisam;and data insert :
code: select all
insert `jos_table_one` values (1, ';line11\n ;\nline12\n ;\n\n line21\n ;\n line22\n ;\n\nline31\n ;\nline32\n ;;');
Comments
Post a Comment