• Home
  • Demo
  • Portfolio
  • About
  • Contact Us

AllPHPTricks Logo

  • JavaScript
  • jQuery
  • AJAX
  • PHP
  • MySQL
  • Laravel
  • Security
  • Payment Gateway

Category: PHP

Convert HTML to PDF using PHP Dompdf Library

By Javed Ur Rehman in PHPPublished: September 28, 2023


Convert HTML to PDF using PHP

In this tutorial, we will learn about how to convert HTML to PDF using PHP Dompdf Library.

PDF (Portable Document Format) is a very popular file format which retains file layout format as intended. It contains both text and images in it.

2 Comments

Read More

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks

How to Attach Remote File to Email using PHPMailer

By Javed Ur Rehman in PHPPublished: September 20, 2023


Attach Remote File to Email using PHPMailer

In this tutorial, we will learn about how to attach remote file to email using PHPMailer library.

PHPMailer provides a convenient method addAttachment() to attach files to email. However, this method does not work with remote files stored on remote server.

0 Comments

Read More

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks

How to Check if File Exists on Remote Server using PHP

By Javed Ur Rehman in PHPPublished: September 19, 2023


Check if File Exists on Remote Server

In this tutorial, we will learn about how to check if file exists on remote server using PHP with easy and simple methods.

Although, PHP provides a build in file_exists() function to check if file exist on server. However, this function is not able to check remote file on remote server.

0 Comments

Read More

Facebook Official Page: All PHP Tricks

Twitter Official Page: All PHP Tricks

Posts pagination

1 2 3 4 … 15 Next

Javed Ur Rehman

I am Javed Ur Rehman, a Lead PHP Developer.
I build ecommerce websites, web applications, web portals, and online stores to help businesses to grow.
If you are looking for the same. Contact me

[email protected]

Join Social Communities

Testimonials

“It was a pleasure working with Javed who created an amazing online shopping cart for us in a record time. He is very cooperative, polite, knowledgeable, and finds solutions to deliver everything that we need.”

“He under promises and over delivers. He is very creative and creates very elegant, efficient and functional solutions.”

“He is going to be our go-to person for any future work that we have and we would highly highly recommend him in his area of expertise.”
Suresh Parwani From Panama

“Just wow! Happy customer here. Thumbs up!”
Albert Diaz From Manila, Philippines

Recent Posts

  • Laravel 12 REST API with Sanctum Authentication
  • Simple Laravel 12 CRUD Application Tutorial
  • Laravel 12 Custom User Registration and Login Tutorial
  • Laravel 11 Spatie User Roles and Permissions
  • Laravel 11 Custom User Registration & Login Tutorial
  • How to Create and Update Chart using JavaScript
  • Simple Laravel 11 CRUD Application Tutorial
  • Laravel 10 Livewire User Registration and Login
  • Laravel 10 Livewire CRUD Application Tutorial
  • Laravel 10 Custom Validation Rule Tutorial

POPULAR POSTS

  • Insert, View, Edit and Delete Record from Database Using PHP and MySQLi 533.6k views | 313 comments
  • Simple User Registration & Login Script in PHP and MySQLi 477.4k views | 261 comments
  • Simple Shopping Cart using PHP and MySQL 283.9k views | 206 comments
  • Create and Consume Simple REST API in PHP 260.2k views | 151 comments
  • Forgot Password Recovery (Reset) using PHP and MySQL 198.1k views | 233 comments
  • Create Simple Pagination Using PHP and MySQLi 150.9k views | 136 comments
  • Laravel 10 Custom User Registration & Login Tutorial 92.7k views | 36 comments
  • Upload File Using PHP and Save in Directory 88.7k views | 65 comments
  • Create a Simple Captcha Script Using PHP 77k views | 74 comments
  • Select Box with Search Option using jQuery 58.9k views | 27 comments

AllPHPTricks is Designed and Developed by Javed Ur Rehman

Copyright © 2015 - 2026 All PHP Tricks. All Rights Reserved.

About Contact Resources Privacy Policy Terms and Conditions Disclaimer Sitemap

Go to Top