Skip to main content

PHPZAG.COM

  • Home
  • Tutorials
    • PHP
    •  OOP
    • Laravel
    • AngularJS
    • WordPress
    • HTML5
    • Javascript
    • JQuery
    • Magento
    • MYSQL
    • WordPress
    • Payment Gateways
  •  Live Demos
  • Advertise

Create Simple Pagination with PHP, MySQL and jQuery

Last Updated: 21 April, 202421 April, 2024 PHPZAG Team JQuery, PHP 5 Comments

Pagination is an important part of any web project where huge numbers of records are listed from the database. In our previous tutorial, you have learned how to implement Create Advance Pagination with PHP and MySQL, in this tutorial we will show you a simple way to implement pagination with Bootstrap, PHP, MySQL and jQuery. 

Read More

How to create PDF with PHP?

Last Updated: 21 April, 202421 April, 2024 PHPZAG Team PHP 14 Comments

There are many web applications that require output such as invoices, contracts or it’s web pages in PDF format. PHP has PDFlib library to create PDF dynamically but it’s very vast and need a lot of time to study and understand. So there are another PHP class FPDF that allows you to generate PDF files […]

Read More

Secure your PHP script by hiding extensions

Last Updated: 21 April, 202421 April, 2024 PHPZAG Team PHP Leave a comment

In general, security by obscurity is one of the weakest form of security. Suppose If I were exploiting a site, I wouldn’t check what scripting language the site runs on, because all that would matter to me is exploiting it. Hiding the fact that you use x language isn’t going to prevent me from bypassing […]

Read More

Using PHP regex to remove link but keep anchor text

Last Updated: 21 April, 202421 April, 2024 PHPZAG Team PHP 1 Comment

Sometimes we need to remove anchors from html while displaying html content. You can easily remove links or anchors from a html content using PHP preg_replace() function with regular expressions.

Read More

How to convert .xsd file into array in PHP

Last Updated: 21 April, 202421 April, 2024 PHPZAG Team PHP Leave a comment

PHP has no direct function to convert .xsd (XML Schema Definition) file into associative array like XML file. So you have to first convert .xsd file into xml then finally parse xml file into associative array.

Read More

Posts navigation

    class='wp-pagenavi' role='navigation'>
  • First
  • Previous
  • 34
  • 35
  • 36
  • 37
  • 38
  • Next
  • Last


Subscribe my updates via Email

  • Facebook
  • Twitter
  • Google Plus
  • Feed

Popular Search Tags

AI Tools AngularJS API Articles Code Snippets copilot Gemini HTML5 Interview Questions Javascript JQuery Laravel Magento MYSQL Payment Gateways PHP Tutorials vscode Wordpress

Latest Tutorials

  • How Copilot Agent Helps You Become a 10x Developer 10 August, 2025
  • How To Use GitHub Copilot Agent Mode in VS Code 27 July, 2025
  • How to Use Codename Goose AI Framework 31 May, 2025
  • How to Use Gemini Code Assist with GitHub in VSCode 3 May, 2025
  • How to Use Gemini Code Assist Shortcuts in VSCode 20 April, 2025

Popular Tags

AI Tools AngularJS API Articles Code Snippets copilot Gemini HTML5 Interview Questions Javascript JQuery Laravel Magento MYSQL Payment Gateways PHP Tutorials vscode Wordpress

Copyright © 2011 - 2025 PHPZAG.COM All rights reserved. | About | Contact | Advertise | Privacy Policy