Posts Tagged ‘When’
How Do I Display Display Data From Mysql With Php When Using Joomla?
I have a custom table in Joomla that I know how to enter data in. My problem is I have no idea how to list all records in the applicable table!
I’ve tried tutorials but something always goes wrong when trying to display data!
Details:
database name: firstdatabase
password: password
host: localhost
table: jos_customform_1
Field Type Collation Extra
cf_id int(11) auto_increment
recordtime text utf8_general_ci
ipaddress text utf8_general_ci
sku longtext utf8_general_ci
Price longtext utf8_general_ci
description longtext utf8_general_ci
I want to be able to list all data the table on a webpage!
Can one of you experts help me here….I’m a techie but not a developer!
Thanks