Hi, I have come across your channel and this is exactly what I have been looking for! You sir are great. Please may I have the source code for this? I will gladly appreciate it. I have also subbed to your channel. Thanks again.
Best solution i have ever met, I have come across your channel and this is exactly what I have been looking for! Please may I have the source code for this? I will gladly appreciate it.You are really great . please share source code. i will be very grateful. Thank you
Hi mr Gemul, very nice and instructive tutorial. Is it possible to add/combine/import a pdf page (obviously non dynamically generated) into the resulting pdf invoices? thanx a lot
Very good tutorials! I watched the whole series and want to start now with the implementation on my male choir website. I want to include mysql data and use the header and footer features. Can you send me the source code? Thanks you in advance.
Hi again Mr Gemul. As the tutorial is perfectly working in my local server (localhost) y tried the same in my web hosting server, but it doesn't work there, I have changed all the information regarding the db connection but nothing. Any idea?
Hi Gemul, after testing, everything was just perfect except that my table in MySql database was starting with a capital letter (Orders and not orders) so calling the query "select * from orders" was working in my local server but in my web server was not. So now after correcting this error (select * from Orders) is working perfectly. Thank you very much.
Hai..salam. I got error as below (for invoice-db.php file):- 1) "Notice: Undefined index: invoiceID in...pdf\invoice-db.php on line 12" 2) "Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given...\pdf\invoice-db.php on line 13" line 12 is: invoiceID = '".$_GET['invoiceID']."'"); line 12 is: $invoice = mysqli_fetch_array($query); I cannot find what is the problem..
Hello. I have tried this method and i really like it. But for some reason when i pick a invoice in the drop down i get the same data no matter what number i pick. Any obvious reason why? EDIT: I figured it out. I forgot to use $_GET['InvoiceID'] from the html form. Ty for this guide it was really helpful
Hi mr Gemul, very good tutorial indeed. I am from Greece so my data contains greek letters than do not appear well in the resulting PDF. Any idea on how to fix this problem?
While running the code I am getting the error invoice Id is undefined index and some data has already sent...Can you please help me with these errors.!
Please help me. I keep on getting this error message "Notice: Undefined index: invoiceID in C:\xampp\htdocs\invoice\invoice.php on line 12 FPDF error: Some data has already been output, can't send PDF file. What should i do?
Hello. invoiceID does exist in my database. I am not sure what you mean by declaring invoiceID "index". Can you please explain by making an example for me, because declaring ($invoiceID) did not change the error. Apologies for the inconvenience, I am still a beginner.
I'm sorry for the confusion I have solved this problem. Please nevermind that on the other hand I want to ask how can I compare values using _GET of the options selected? So if the user chooses an option it will get the option compare it and if correct display the desired outcome? And thanks for replying really appreciate it. Love your channel, btw.
@@GemaCode no worries mate i solved the problem im really thankful to you and with all your videos i hope you keep on helping beginners like me. Thanks a lot!
ok. Thank you for the reply. ya i know how to add static image. but i wanna dynamic image. can you tell me how to store image into database from excelsheet??
Double check your path. It should be relative to your script. Or better yet, use absolute path. You can use __DIR__ to get your current working directory.
very best tutorial in TH-cam
Thank you for fast reply! Looking forward to play with it.
Nice one there guys...keep up
Thank u for helpful knowledge
Very good
Hi, I have come across your channel and this is exactly what I have been looking for! You sir are great. Please may I have the source code for this? I will gladly appreciate it. I have also subbed to your channel. Thanks again.
Thank you so much. I need this so much
I get the undefined index invoiceID what should i do? seems like the get method doesnt work?
thanks mam ..for your instant reply....
sorry sir....
I like this boss ....thanks alot
No need u have already posted me the source code and thanks for it 👍
Hello bro please can i have the source code ayoeniayeye@gmail.com
Also can you do a tutorial to send data from pdf to mysql database?
its a Great Tutorial mam..Please please do it in Codeigniter....... its my request
Best solution i have ever met, I have come across your channel and this is exactly what I have been looking for! Please may I have the source code for this? I will gladly appreciate it.You are really great . please share source code. i will be very grateful.
Thank you
Great video ever
thanks a lot! One question, how to display image?
Lol. Did you figure it out because I also need help with that
Sorry for late reply, it's explained in my other video here th-cam.com/video/ilAOoiWY_tU/w-d-xo.html hope it helps
Hi mr Gemul, very nice and instructive tutorial.
Is it possible to add/combine/import a pdf page (obviously non dynamically generated) into the resulting pdf invoices? thanx a lot
Very good tutorials! I watched the whole series and want to start now with the implementation on my male choir website. I want to include mysql data and use the header and footer features. Can you send me the source code? Thanks you in advance.
You can sent it to hjsaben@gmail.com. Thnks.
awesome 👍👍
Hi again Mr Gemul.
As the tutorial is perfectly working in my local server (localhost) y tried the same in my web hosting server, but it doesn't work there, I have changed all the information regarding the db connection but nothing.
Any idea?
Hi Gemul, after testing, everything was just perfect except that my table in MySql database was starting with a capital letter (Orders and not orders)
so calling the query "select * from orders" was working in my local server but in my web server was not.
So now after correcting this error (select * from Orders) is working perfectly.
Thank you very much.
THANKS FOR THIS VIDEO
Hai..salam. I got error as below (for invoice-db.php file):-
1) "Notice: Undefined index: invoiceID in...pdf\invoice-db.php on line 12"
2) "Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given...\pdf\invoice-db.php on line 13"
line 12 is: invoiceID = '".$_GET['invoiceID']."'");
line 12 is: $invoice = mysqli_fetch_array($query);
I cannot find what is the problem..
thank you so much
Hello. I have tried this method and i really like it. But for some reason when i pick a invoice in the drop down i get the same data no matter what number i pick. Any obvious reason why?
EDIT: I figured it out. I forgot to use $_GET['InvoiceID'] from the html form. Ty for this guide it was really helpful
Thanks Alot
Hi mr Gemul, very good tutorial indeed.
I am from Greece so my data contains greek letters than do not appear well in the resulting PDF.
Any idea on how to fix this problem?
Thank you very much Gemul, you saved my day!!!
While running the code I am getting the error invoice Id is undefined index and some data has already sent...Can you please help me with these errors.!
Thank you...😊
Please help me. I keep on getting this error message "Notice: Undefined index: invoiceID in C:\xampp\htdocs\invoice\invoice.php on line 12
FPDF error: Some data has already been output, can't send PDF file. What should i do?
Hello. invoiceID does exist in my database.
I am not sure what you mean by declaring invoiceID "index".
Can you please explain by making an example for me, because declaring ($invoiceID) did not change the error.
Apologies for the inconvenience, I am still a beginner.
nevermind. the form is displayed but now, its empty. the cell values are missing
Hello, I have a question on action="invoice-db.php" how can I make multiple choices of pdfs?
I'm sorry for the confusion I have solved this problem. Please nevermind that on the other hand I want to ask how can I compare values using _GET of the options selected? So if the user chooses an option it will get the option compare it and if correct display the desired outcome? And thanks for replying really appreciate it. Love your channel, btw.
@@GemaCode ohh so i have to set a variable first as a container of a value to be compared?? I will try these. Thank you very much!
@@GemaCode hey man i apologize but it didn't work also :(
@@GemaCode im really grateful for your response thanks again!
@@GemaCode no worries mate i solved the problem im really thankful to you and with all your videos i hope you keep on helping beginners like me. Thanks a lot!
Or can you do coding electricity billing system using php.
How do i print more than one column from the database in a same cell?
Thank you very much :)
Hello, can you tell me how to add image from database or excel??
ok. Thank you for the reply. ya i know how to add static image. but i wanna dynamic image. can you tell me how to store image into database from excelsheet??
How can I use a different size of paper? Is it possible?
@@GemaCode thank you! 😊
Hi .
How to set font arabic utf8
$pdf->Cell(130 ,20 , 'images/$result['image']',1,1); does not work, I don't know how to give the path
Double check your path. It should be relative to your script. Or better yet, use absolute path. You can use __DIR__ to get your current working directory.
@@GemaCode hello po
Good work
Please share the source code.
can youn plese provide your db file .sql
Thanks!
I need help, like you do.
Output : %PDF-1.3 3 0 obj endobj 4 0 obj Stream
header('Content-type: application/pdf');
Now, right? Should I change?
Yes,What should I do?
I make a like invoice-db.php file.
You have to contact the others? I'll show you the code modified.
Help me with the source code please
Can't see clearly this video
please send coding for me
Thank you Gemul. Can you point me to the source? Thank you, and I subscribed to your channel. JIm Zapapas