Hi, good job easy to follow video! One problem only, when I send the pdf I have the error failed to load pdf document. Any idea how to fix it? I mean the pdf is recieved and everything, just that it is not saved with correct format I think
Thank you for awesome video. I need help that i added data in mysql. I need to use your video code but email shoukd sent to one customer only. For example in db table 1 line have email address. I want to get that email and send his reservation detail to customer email which is already in DB table.
you are awesome. I hav a question-- I want to print my submitted form. webpage is in php mysql. after submit,it should show company name address and customer name and total amount in pdf form. customer will print that pdf. do you hav any vid. please suggest me.
Hello sir.. sir request. Can you make a tutorial on how to format pdf (coloring cell, size of cell, margin, inserting header and footer? Thanks much sir.. :-)
Hi Webslesson I try to incorporate this code but i am getting an error . What is this reason for this . PHP Fatal error: Uncaught Error: Call to undefined function Dompdf\mb_internal_encoding() in /home/stmarhgjhn/public_html/ovbs/pdfconverter/dompdf/src/Dompdf.php:274 Thanks in Advance Ajit Kumar
I find dompdf the easiest to use for creating pdf docs in php. writing pdfs in html is so easy and simple
php will always be my fav language! 😊😊
hi bro i need your help please give me comtact details
hi bro i need your help please give me comtact details
@@online_coding what kind of help?
Hi, good job easy to follow video! One problem only, when I send the pdf I have the error failed to load pdf document. Any idea how to fix it? I mean the pdf is recieved and everything, just that it is not saved with correct format I think
Thank you for awesome video. I need help that i added data in mysql. I need to use your video code but email shoukd sent to one customer only. For example in db table 1 line have email address. I want to get that email and send his reservation detail to customer email which is already in DB table.
How to add image inside pdf?
thank you! the code works perfect. only class pdf is redundant because you could simply instantiate Dompdf by saying $pdf = new Dompdf();
gracias amigo aprendi mucho
Hyy sir .
Your tutorial is to much helping
thank You
Você está de parabéns, tem me ajudado bastante nos meus estudos!
Thanks nice tutorial I will adapt it to Codeigniter
Thank you very much webslesson.
Pra mim é o melhor do UA-cam.
Hello, is there a way in WPForms to save and send forms in PDF to my email account
Help appreciated. Thanks for sharing.
hello can you share code with me coz i tried to implement given code but errors are coming
@@hiteshkaramchandani3956 also me
hi ... any example for excel attachment?
please make online mock test/Exam.
Gracias desde México
thank you Steven H
Thanks boss
Hello, how can we edit the script to display Unicode characters?
you are awesome.
I hav a question--
I want to print my submitted form.
webpage is in php mysql.
after submit,it should show company name address and customer name and total amount in pdf form. customer will print that pdf.
do you hav any vid.
please suggest me.
Which php version?
From where i can get dompdf/autoload.inc.php file?
please sir help me,sir, How to generate excesheet and send as attachment in PHP.
HOW CAN I DO THIS IN A FOREACH LOOP?
Sir ,one question how to increase the width and height of pdf file
please publish a tutorial on showing all respective data in a form using select box
How to add pdf file in PHP website and download
sir how we can generate barcode on pdf
Halo..how to generate and automatic insert pdf file into mysql database using php with one button klik ??🙏
Hello sir..thank to you again.. :-) sir will you make import and export data on excel format to the mysqlbase. Thanks sir.
hello, I have dowloaded the sourcecode and its converting data into pdf but its not sending the pdf to email address.. what to do?
sending mail on localhost doesn't work, test it on the server
@@lizwisilimela834 but in tutorial he run at localhost how it works
Sir where to download dompdf library or just the link where to download it.thanks sir
You can find complete source code from source code download link.
Excellent!
sir, How to generate excesheet and send as attachment in PHP.
please sir help me.
i sir i have one question ,how to upload attachment like document file ,pdf etc using simple php mysql
have u complete above code
Please make this video for codeigniter
Thank you
please sir make videos on referral and earn system using php
creating pdf but not sending and showing error
Hello sir.. sir request. Can you make a tutorial on how to format pdf (coloring cell, size of cell, margin, inserting header and footer? Thanks much sir.. :-)
It doesn't work for me! :(
falto la base de datos .sql para hacer ese ejemplo
Hii Sir, Please Make a One Video On FB api Or Instagam Api
file is corrupted
hi sir please I want to send it by email in laravel
Hi
Webslesson
I try to incorporate this code but i am getting an error . What is this reason for this .
PHP Fatal error: Uncaught Error: Call to undefined function Dompdf\mb_internal_encoding() in /home/stmarhgjhn/public_html/ovbs/pdfconverter/dompdf/src/Dompdf.php:274
Thanks in Advance
Ajit Kumar
please sir help me,sir, How to generate excesheet and send as attachment in PHP.
i sir i have one question ,how to upload attachment like document file ,pdf etc using simple php mysql
if (isset($_FILES['uploaded_file']) &&
$_FILES['uploaded_file']['error'] == UPLOAD_ERR_OK) {
$mail->AddAttachment($_FILES['uploaded_file']['tmp_name'],
$_FILES['uploaded_file']['name']);
}