Skip to content
Advertisement

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 these value to become checked or uncheck,

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, and then clicks the submit button, the localhost

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 send multiple data into view with their required relationships

I am working on a Laravel 5.8 project which is an Online Store. and in this project, I wanted to add “Printing Order Factors” feature for Admins. So I have made a form like this: So basically admins can select multiple orders like this: And I’m trying to send order ids as an array: <input class=”form-check-input” name=”orderCheck[]” type=”checkbox” value=”{{ $order->ord_id

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 like this but

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 get the price per product. The problem is when

Customizer Object Header Background image issue (HTML to WordPress)

i’m trying to convert html template into wordpress with more easy to edit, for this i do try to add front page header slider images and content into customizer object. Like easy to edit for users. user can go to Appearance>>customize>>Home Page hader>> and then there he/she can choose image for slider background and content also, everything works fine for

Advertisement