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


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 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.


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?

Audio tags in SQL query Concat field don't work
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Audio tags in SQL query Concat field don't work
#73594
Audio tags in SQL query Concat field don't work 3 Days, 21 Hours ago Karma: 0
Dear ARI soft,

Beneath SQL query comprising an audio part (<audio src="images/GB_Muziekbijlagen_2022/275662.mp3" controls="controls"></audio>) does work but does not give audio when I start the sound.

SELECT CONCAT('&lt;','audio src="','images/GB_Muziekbijlagen_2022/',`Pdfnr`,'.MP3"',' controls="controls"','&gt;','&lt;','/audio','&gt;') as `Afspelen`, Uitgave,`Liturgisch_muzikale_vorm` as `Liturgisch-muzikale vorm`, GvL, Psalm,
CONCAT('<a href="','/actie/?reeks=1&item=',`Downloadstring`,'">',`Titel_Eerste_regel_Download`, '</a>') as `Titel/Eerste regel/Download`, `Liturgisch_jaar_Proprium` as `Liturgisch jaar/Proprium`, `Componist_Bundel` as `Componist/Bundel`, Muziekbladen, Jaar, Editie,Koorsoort FROM Import_downloads_DEF
WHERE `Filesoort` = 'MP3' ;

Do you see what I did wrong?

Could you help me?

Regards,

Ben Hillen
The administrator has disabled public write access.
 
#73605
Re:Audio tags in SQL query Concat field don't work 20 Hours, 16 Minutes ago Karma: 0
The problem was not in quotes, signs and double quotes but in the HTML audio tag
<audio controls src="images/GB_Muziekbijlagen_2022/275662.mp3"></audio>
instead off
<audio src="images/GB_Muziekbijlagen_2022/275662.mp3" controls="controls"></audio>
The administrator has disabled public write access.
 
Go to topPage: 1