Skip to main content

PHPZAG.COM

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

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

Insert content at cursor position in tinyMCE editor

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

Recently I had a requirement to add text and images at the cursor position in tiny editor. Actually I had to implement multiple images attachment with “add to post” button with each uploaded images and when user clicked the button “add to post”, the image will be get inserted at cursor position in tinyMCE  editor.

Read More

How to Customize TinyMCE Editor?

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

TinyMCE is a open-source web based JavaScript HTML WYSIWYG editor, which allows users to add custom HTML and CSS without having to remember any code. You can simply select the element or text and apply the relevant format using the style drop-down, font drop-down, font size available in the visual editor.

Read More

Posts navigation

    class='wp-pagenavi' role='navigation'>
  • First
  • Previous
  • 33
  • 34
  • 35
  • 36
  • 37
  • 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 Uncategorized vscode Wordpress

Latest Tutorials

  • When a President Holds His Own Housing Win Hostage 27 June, 2026
  • 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

Popular Tags

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

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