PHP

MailChimp is an email marketing service, helps to manage the subscribers of your website. MailChimp provides an easy way to integrate email signup form in your website and send the email newsletter to the subscriber. In this tutorial, we'll show you how to...

By: CodexWorld Aug 3, 2016

WordPress is one of the most flexible and versatile blogging platforms. It is considered as an ideal blogging platform for webmasters who are seeking to build their blogs in few minutes. But if you're a newbie then you must be confused, which way to go Wor...

By: Sophia Phillips Jul 29, 2016
PHP

Extract URLs from the website is used in many cases, generating a sitemap from website URL is one of them. You can easily get all URLs from a web page using PHP. Here we'll provide short and simple code snippets to extract all URLs from a web page in PHP u...

By: CodexWorld Jul 26, 2016

AngularJS is a JavaScript Framework and it is a library written in JavaScript. AngularJS extends HTML attributes with Directives. If you are a beginner to AngularJS and looking for working example on AngularJs, this tutorial will help you a lot. This tutor...

By: CodexWorld Jul 22, 2016

Client-side form validation is very useful for validating a form and it makes your web project more user-friendly. You can found many ways to perform client-side validation in HTML form, but jQuery Validation Plugin is the easiest way to validate a form. T...

By: CodexWorld Jul 19, 2016
PHP

In sentence case, the first character of an English sentence is capitalised and subsequent characters are lowercased, except for proper nouns and other words which are generally capitalised by a more specific rule. Converting string to sentence case is use...

By: CodexWorld Jul 15, 2016
PHP

The filtering feature helps to sort the recordset in the data list. Using the search and filter feature, the user can easily find the relevant data from the huge number of records. The sorting or filtering functionality is very useful in the data managemen...

By: CodexWorld Feb 25, 2021

The Google Maps JavaScript API provides the easiest way to embed a Google Map on the web page. You can display Google Map and mark the location on it using Google Maps JavaScript API. An API key is required to load and use Google Maps JavaScript API libra...

By: CodexWorld Jan 7, 2021

CAPTCHA is randomly generated string incorporated in an image file which is display to the user and the random string is stored in SESSION variable. Once the user submits the captcha word by viewing captcha image, the submitted value will be compared with ...

By: CodexWorld May 14, 2018
PHP

XML stands for Extensible Markup Language which is used for store and transport data. Some web project needs to store products, user, or other information in the XML file. In those projects, you should need to create and save data in the XML file. Also, XM...

By: CodexWorld Jul 5, 2016
PHP

The PHP Data Objects (PDO) extension defines a lightweight interface to access database servers in PHP. You can use the same functions to execute SQL queries for different databases. Mostly, connect, fetch, insert, update, and delete operations are execute...

By: CodexWorld Nov 7, 2021
keyboard_double_arrow_up