Skip to content

Tag: html

SVG icon in twig template

I’m struggling with svg icons. I’m creating menu and to do this I have to use several of svg icons. I already know, that if I want to manipulate colour with help CSS (for example when icon is active/hover) I have to use in HTML <svg> tag not <img src=”path-to-icon.svg”/>. H…

How to send multiple radio button values in tab form

HTML: JS PHP Query is below: I use multiple tab form in HTML and use javascript and PHP to send all values to an email. please review the code above. I received this email: Zipcode: Question1: Question2: Question3: Section one is HTML Code, Section two is Javascript and section three is Php code here! Answer

Unique page for each row in database with PHP

I have been trying to create a unique page for each row in my database. My plan is to create a dictionary.php?word=title url, where I can display the description and title of that specific ID. My datbase is contains id, term_title and term_description. I’m fresh outta the owen when it comes to PHP, but …