PHP

How to Convert HTML to PDF Document in PHP using fpdf

Most of the programmers seeking for Html to PDF conversion solution. Now your search end here. To convert a PDF from HTML document, we use open source fpdf library. Using this library you can implement this conversion very easily.

Visitor Counter in PHP for Website

Visitors counter script is just simple way to counts how much time your web page has been accessed. Through this you can show the world that how many visitors you got. Its very fascinated to show on web page and also encourage the visitors too.

Case Conversion Function in PHP

Learn about the case conversion function in php. String-related methods are widely used during programming. In this short tutorial, we show you some predefined string case conversion functions. These functions are used to convert a string case to another like in uppercase letters, lowercase letter,s etc. PHP Case Conversion Functions: strtolower() – It converts string …

Case Conversion Function in PHP Read More »

How to Create ZIP File in PHP

Learn how to create ZIP file using PHP. In the previous post, we will see how to compress the image before uploading in PHP. Zip file normally used to compress folder and files and create an archive file which allows downloading at all files at once. In PHP we can create ZIP file dynamically and …

How to Create ZIP File in PHP Read More »