Skip to main content

PHPZAG.COM

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

PHP

Here you will find useful PHP tips and tutorials.

Remove an item from comma separated string using PHP

Last Updated: 20 April, 202420 April, 2024 PHPZAG Team PHP 1 Comment

Sometimes we need to remove specific item from comma separated string. Here is a running PHP function to remove an item from a comma-separated string. The function will remove the selected items from the string and return the remaining parts of the string.

Read More

Add quotes to values in a string separated by a comma in PHP

Last Updated: 20 April, 202420 April, 2024 PHPZAG Team PHP Leave a comment

Sometimes we need to add quotes to values in a string separated by comma. For example while using MySQL FULLTEXT search, we need to use some kind of string like ‘pasta’,’ tuna’,’ eggs’ OR finding big list of Ids from MySQL such as WHERE item IN (‘pasta’,’ tuna’,’ eggs’). Here in this post, you have […]

Read More

Uploading files through FTP using PHP

Last Updated: 20 April, 202420 April, 2024 PHPZAG Team PHP Leave a comment

During developing a web project, we always need FTP Clients(FileZila, WinSCP, SmartFTP etc.) to send or upload files to a server via FTP. However,  if you are PHP developer, you can easily create your own FTP script to sending files from one server to another server. The PHP provides ftp_put function to upload a file to […]

Read More

Overloading and Overriding in PHP with Examples

Last Updated: 20 April, 202420 April, 2024 PHPZAG Team PHP 1 Comment

Overloading and Overriding are forms of Polymorphism in OOP.  According to Object Oriented Programming (OOP) concept if a class has methods of the same name but different parameters then we say that we are overloading that method. Also if we were to create a method in the child class having the same name, same number […]

Read More

Make HTTP Requests Using Curl and Decoding JSON Responses in PHP

Last Updated: 20 April, 202420 April, 2024 PHPZAG Team PHP 5 Comments

PHP has built-in Curl library that let’s you communicate with other servers. The Curl library is enabled by installing cUrl extension in PHP.INI. You just need to uncomment “extension=php_curl.dll” in PHP.INI file to install Curl library.

Read More

Posts navigation

    class='wp-pagenavi' role='navigation'>
  • First
  • Previous
  • 29
  • 30
  • 31
  • 32
  • 33
  • Next


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 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
  • How To Use Gemini Code Assist in VS Code 12 April, 2025
  • Must-Use GitHub Copilot Shortcuts in VSCode 24 March, 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