PHP

Many times we need store the data as a XML into the database or into the file for later use. For fulfil this need, we will need to convert the data to XML and save the XML file. In this tutorial we will discuss, how to create XML from array in PHP. We have created a simple script for convert PHP array to XML. You can easily generate XML file from PHP array and save the XML file. You can convert all types of array like Associative array or Multidimensional arrays. PHP Array: At first we will store the users

By: CodexWorld Jun 2, 2017
PHP

Dynamic input field allows providing multiple values in a form. It is very useful when you want to receive multiple inputs for the same field in an HTML form. The dynamic input fields feature can be easily integrated using jQuery. You can add multiple fiel...

By: CodexWorld Sep 1, 2023

At our previous tutorial we have described about Drupal 7 installation, configuration, and basic setup. In this tutorial we will discuss about creation of page, content and menu in Drupal 7. You will learn how to add content to a Drupal site. Now let's sta...

By: CodexWorld May 31, 2015
PHP

Rating helps the user to give their thought and differentiate how good or bad a products or service is. Also, it helps the owner to understand the drawbacks of products and know whether the product meets customer expectations or not. The rating system func...

By: CodexWorld Jun 14, 2018
PHP

This short tutorial will explain how you upload images and create thumbnail of the images using PHP. You can learn dynamic thumbnail creation with our tutorial and easily integrate this script at your project. Also you would be able to view the working liv...

By: CodexWorld Apr 27, 2016

WordPress introduced Shortcode API in version 2.5. Shortcode is a set of functions for creating macro codes. In our previous WordPress tutorial, we discussed custom WordPress plugin creation. Now we will discuss how can you add extra functionality to your custom plugin. When a shortcode is inserted into a page or post, it is replaced with the other content. This means we instruct WordPress to find the macro code under square brackets ([]) and replace it with the dynamic content. Shortcode is one of the most useful features in WordPress and you can use shortcode in posts, pages, and plugins.

By: CodexWorld Feb 26, 2025

The alert window is very common and useful things for every web projects. We use alert dialog box for display messages in the browser. All browsers have their default alert window style. Many times we need a custom alert dialog box for matching with our pr...

By: CodexWorld Apr 27, 2016
PHP

File upload is the most used feature in web applications. PHP provides an easy way to upload file to the server. With PHP, you can upload files or images to the server by writing minimal code. In this tutorial, we'll show you how to upload files in PHP and...

By: CodexWorld Jul 17, 2024

CakePHP is an open source web application framework. It follows the Model-View-Controller (MVC) approach and written in PHP. CakePHP makes building web applications simpler, faster and require less code. This CakePHP tutorial will drive you to the right direction for getting started with CakePHP framework and provide basic guide of CakePHP application development. Our step by step cakePHP tutorial helps beginners for install and configures the CakePHP application. You can learn CakePHP from scratch with our easy tutorial. Also we will develop a sample CakePHP project and it will help you for better understanding the whole process. Application flow of

By: CodexWorld Oct 30, 2015
PayPal » PHP

PayPal is a widely used payment gateway to accept payment in the web application. PayPal payment gateway is the easiest option for the web developer to integrate payment gateway on the website. PayPal Standard Payment Gateway is the quickest way to accept...

By: CodexWorld Jul 18, 2023

Social Media is rising in popularity, it makes easier to reach visitors and make your presence felt on search engines. The easiest way to increase website visitors is social like, which can also earn a lot of fan following. The popular social buttons are F...

By: CodexWorld Apr 27, 2016
keyboard_double_arrow_up