Skip to content

Tag: html

PHP add html tag to first word

Trying to add HTML tags around the first word in each new line in WooCommerce short description and validate that the file exist. If it exist it will output a link. I tried this: This is as close I could get, the limitation is that you need to add all words that needs to be changed (will be total 200+)

Show checkbox checked in the table

I have a problem showing the selected check value in the table. Now I cannot follow my selected value to show the check values in each row in the table. For example below coding,I have the selected values following are true,false,true,false,true,false, I need to show these values in the checkbox, so I make th…

MySQL database is not receiving any data in PHP

I created two classes: a class called index.php for a user to input data such as: name, email, phone number and address. And the other class called model.php, which must send the information that the user typed into the MySQL database. However, when a user enters the information in the graphical interface, an…

2 foreach in 1 table is not work correctly

I’m try to loop 2 query inside one table . both query had 10 records . so i put my first foreach (or looping) before TR tag .. here is example of the table that i want to create : I don’t know how i can make my table like that with data from my database.. so i tried and

How to compare conetent with two tags using Xpath

I have below scenarios of $html contents. I want to check if html content is start with a media (image or video, iframe) without any text content like 3rd scenario. //no contetn between first p tag and image tag //no content between first p tag and video tag //having content inside first p tag I have tried li…

How to loop so I can separate 2 values? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed last year. Improve this question I’m trying to make an inventory system as part for my e-commerce project so I need to ge…