Related Articles
Learn SEO in 15 Minutes – Basic Concepts of SEO
What is meant by SEO? SEO (Search Engine Optimization) is nothing but optimizing web pages of a website or blog. So what happens? Learn SEO in 15 Minutes By using SEO techniques web pages will become more search engine friendly, thus it will appear in top position in search results. How many types of SEO […]
How to Show Errors in PHP
Below script is to show errors in PHP, the error_reporting function will show all the error.You have to initialize at the start of PHP tag.
How to Convert HTML WebPage to PDF Using PHP
Convert a web page into PDF format, download and save into folder as below. Include dompdf_config.inc.php file from the library. Create a folder for saving the PDF file which is generated from the webpage. HTML code to convert on submit: Download dompdf library from the github which is free. Click here to download.