Jump to content

Kova_Llano

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by Kova_Llano

  1. it does not appear anything can show yours how it look like? have attachment file. try to implement it? borang_ot.php
  2. oh i see. good tips.. tyvm... well, i almost finish my industrial attachment and had to present it next week. the only problems now is this pdf matter.. try see the attachment i put below. i did try wkhtml2pdf.. it works awesome. easily generate.. fpdf had to design the table. else, it bcme awful. lol... so, my last resolution is using html2pdf after many tries using mPDF, fpdf, dompdf and TCPDF. as you see in my file attachment below, i'm adjusting the font and the alignment of the pdf.. not yet put sql command as i want to make it look nice then i will put sql command.
  3. yea, not that hard. just quite hard to adjust table content. ok.. that wkhtml2pdf is some sort of software that convert the html page to pdf? yes, its simple. but its not what i want. because the user need to install wkhtml2pdf on the pc. else, cant print out pdf report
  4. so, do you manage to do something? not understand how use composer.jason
  5. ok... fpdf is doing it manually and had done it line by line and takes time, so i was looking other alternative that convert whole html to pdf.....
  6. thanks for reply. but it still the same. does not shows content. below is the file content. since i compile in straight from the server. so, i did not see such php code on the form. that doesnt matter, the form fail the information from database. form1_final_dead.php
  7. as far i compare, mpdf is quite amazing, simple and easy. others conversion library is tcpdf, fpdf, dompdf, wkhtml2pdf.. so far, only fpdf and mpdf can convert the php to pdf. i try to convert a php form to pdf. for example when we want to book a flight ticket. after the booking process, we will get the booking details in pdf form. any idea how to implement the pdf in php form?
  8. hello guys, i have this kind of issue where data that i call from database does not appear in the form. there is no syntax error, but it does not appear on the form i create. as follow:- http://prntscr.com/303h3q http://prntscr.com/303hb3 where should it be place?
  9. thanks mate. its solve. it work perfectly on live server but its appearing "no database found" when running it offline. the database.php also include in the folder.
  10. i'm wondering what is this problems. i copy paste it to other page. it works fine. but only this page have the error. spend most of time searching solution and i google for other solution still not working. the dreamweaver said there is no syntax error but when running it on localhost. then this appear "Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\fpdf\form3_final_dead.php on line 14" 2nd, i'm creating a form.. it should be look like this : http://prntscr.com/2xfd0g but when run on localhost, this happen : http://prntscr.com/2xfd48 //note that, there is a missing column in the page. the code also contain this
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.