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
Tag: css
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
creating a check for a single column of fetched data PHP sql
So I’m working a module of a Hotel Website which is Wine List and data is fetched dynamically and there are multiple categories of wines. I am showing them all according to their category and I also want to have a title above the wines of a single category.. e.g Wine A is a category and i want all those
Send with phpmailer a script in php $mail->Body = $PHPorHTML;
How I can send a .html or .php script template for email this its a example for send https://pm.decolombiajoyas.com/templatemejorado.php I think generate a html based for send but need more ideas for do it. Thanks for the support. Answer Simple :
After the condition of a select is met, show or hide further selects
I have the following question because I haven’t found anything on the internet. I have created several selects with HTML. The select has the optiions yes / no. The first select checks whether the topic is relevant, if it is not relevant, then the remaining selects for the topic should disappear. I then send the evaluation of the selects with
how to set color warning when status “Waiting Confirmation”?
i want to make warning label for “waiting confirmation” status, the code as below : Answer Apologize to you first as I’m not a Laravel person, but this would be solve by just basic if-else. The code would look like this (you may encounter some syntax error but the idea is there):
How to change the me when receiving email on contact us
I’ve created an contact us form using PHP Mailer, however the problem is when I received the email the name before you open it is me and I can’t figured out how to fix it. Also I appreciate it if someone explain to me what is the different between Username and the add Address. Thank you in advance. Here is
Is there a way to make a sidebar with the default Bootstrap 4 widget Yii2
I want to know if there is a way to make a sidebar with Bootstrap 4 default NavBar widget Answer https://github.com/kartik-v/yii2-widget-sidenav Helped me for this one, realy usefull.
Signature Pad and DOMPDF used in e-signature plugin for CRM platform
I have created a plugin which must generate a signed PDF. Before generating the PDF, you will need to input your name in a box and draw a signature using the pad. I tried to do like in this question, but I get an error: Uncaught TypeError: $(…).signaturePad is not a function. Beside this error, the CSS is not loading,
How to copy multiple text input to clipboard
I have already learned how to copy a single text input to the clipboard. However I can’t seem to figure out how to copy multiple text inputs to the clipboard. Can someone please help me figure this …