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?

Picture and links in ARI SQL Table
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Picture and links in ARI SQL Table
#1956
Picture and links in ARI SQL Table 14 Years, 11 Months ago Karma: 0
Hello,

Is it possible to put Picture and links in ARI SQL Table?
What do I have to put in the field in the SQL TABLE?

Thanks
Last Edit: 2009/06/01 20:23 By nondos.
The administrator has disabled public write access.
 
#1958
Re:Picture and links in ARI SQL Table 14 Years, 11 Months ago Karma: 747
Hello,

You can specify image and link in SQL query, for example:

Code:


SELECT
   id,
   CONCAT('<img src="',img,'" border="0" />') AS Img1,
   CONCAT('<a href="profile.php?id="', id,
     '" target="_blank">Profile</a>') AS Link1
FROM
   table1



Regards,
ARI Soft
Last Edit: 2009/06/01 21:03 By admin.
The administrator has disabled public write access.
 
Go to topPage: 1