Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Get data from joomla database table
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Get data from joomla database table
#30247
Get data from joomla database table 11 Years, 9 Months ago Karma: 0
How to get data from joomla database? I use this SQL string "SELECT * FROM `*_content`" but no data available. How to use SQL?
The administrator has disabled public write access.
 
#30249
Re:Get data from joomla database table 11 Years, 9 Months ago Karma: 748
Hello,

Use the next SQL query:

SELECT
*
FROM
#__content

Regards,
ARI Soft
The administrator has disabled public write access.
 
#30252
Re:Get data from joomla database table 11 Years, 9 Months ago Karma: 0
Not work give me this error "Warning: mysqli_query(): Empty query in /home/souvapca/public_html/ibo3/libraries/joomla/database/database/mysqli.php on line 382 No data available.
The administrator has disabled public write access.
 
#30253
Re:Get data from joomla database table 11 Years, 9 Months ago Karma: 748
Check that "System - ARI Extensions" plugin is installed and enabled. If it doesn't help, could you provide a link to a page where we can see the problem and a temporary access to your J! backend by email so we can investigate the problem?

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1