Related Articles
Using For Loop Looping through Alphabets letters
Using For Loop Looping through letters is possible for($i = ‘S’; $i != ‘AC’; $i++) {echo $i.’ ‘;} Note: $i <= ‘AC’ it only works with $i != ‘AC’ Output : S T U V W X Y Z AA AB
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.
7 Free Bootstrap Dashboard Admin Themes
Below are the best Free Dashboard bootstrap themes and templates that you can use for Admin Side. And also these free bootstrap dashboard themes are open source which means you can use them on your own projects and can also change the source code but don’t distribute. Free Bootstrap Dashboard Themes 1. SB Admin2 is […]