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?

How to- Display tables based on user input
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: How to- Display tables based on user input
#58033
Re:How to- Display tables based on user input 7 Years, 9 Months ago Karma: 0
Hi

Very sorry I am now very confused. I have been able to write MSQL queries to display joomla database tables and even the join tables. In trying to get to this technique from user input such as submit forms, is it a different way of approaching it? I have used these queries on databases what is different now?

To help me understand can you please show me step by step of this technique and I promise you I will not disturb you for a long time.

Kind regards
The administrator has disabled public write access.
 
#58034
Re:How to- Display tables based on user input 7 Years, 9 Months ago Karma: 747
We provided before the solution how to search by a user input. Create a data source with the SQL query, use this data source in "ARI Smart Content - Data Table" module, load the module into an article and insert the HTML form into the article.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#58036
Re:How to- Display tables based on user input 7 Years, 9 Months ago Karma: 0
Hi

Thank you for reply. I have followed the steps that you outlined and I am getting the table output but there is no data. When I submit the request say an id, there is no change that - there is no data.

Please check my code:

SELECT id, name, nric
FROM #__students
WHERE
nric LIKE CONCAT ("%", {$REQUEST: searchStr|empty: ' '}, "%")

Kind regards
The administrator has disabled public write access.
 
#58037
Re:How to- Display tables based on user input 7 Years, 9 Months ago Karma: 0
Hi again,

with the code given last, it does not respond to my submit data, but will print all data in the table with white spaces for example if a white space exist between between name data.

Help still needed

Kind regards
The administrator has disabled public write access.
 
#58038
Re:How to- Display tables based on user input 7 Years, 9 Months ago Karma: 747
Could you provide a link to a page where the module is used and a temporary access to your Joomla! backend by email so we can investigate the problem?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#58044
Re:How to- Display tables based on user input 7 Years, 9 Months ago Karma: 0
Hello,

Just provided the temp access as required.

Thank you for your help

Kind regards
The administrator has disabled public write access.
 
Go to topPage: 123