SEO friendly URL structure is a common technique for search engine optimization. The SEO friendly URL holds the keywords which help to improve the search engine ranking. It always a good idea to make website's URL SEO friendly for getting more traffic from...

By: CodexWorld Jul 18, 2017

When sending email from the script, it always a good idea to send using SMTP server. Send email via SMTP server prevents many issues such as your email being marked as spam. Basically, the wp_mail() function is used to send email in WordPress. If you want ...

By: CodexWorld Jun 28, 2017
PHP

List YouTube videos on the web application helps the user to find relevant video content easily. The user can access YouTube videos directly from your website. If you want to list videos from your YouTube channel or create a YouTube video gallery, it can b...

By: CodexWorld Jun 2, 2021

The YouTube Data API provides the easiest way to access YouTube data, such as channels, playlists, and videos from the web application. To get started with YouTube Data API, you need to create API key and use it in the API request. This tutorial will provi...

By: CodexWorld Jun 26, 2017

The HTML tables are the most used element in the web application. Basically, the HTML table is used to present the data in row and columns on the web page. It most preferable to make tables responsive for better user experience. If your web application use...

By: CodexWorld Apr 16, 2021

Login with LinkedIn feature provides an easy and quick way to sign in to the web application without creating an account on that web application. The LinkedIn login can be easily integrated using PHP OAuth client on the website. If your web application bui...

By: CodexWorld Apr 30, 2019

The LinkedIn application needs to be created for working with LinkedIn API. The Client ID and Client Secret are required to authenticate with LinkedIn API. By creating a LinkedIn App, you can generate the API Key or Consumer Key or Client ID and API Secret...

By: CodexWorld Jun 16, 2017

The jQuery ajax is very useful when you want to post or get data from PHP script without page refresh. Generally, you return the string to Ajax call for updating a part of the web page. But sometimes requires getting the object or array data from PHP file ...

By: CodexWorld Jun 12, 2017
PHP

The database backup is a most important task for every web developer. Regular database backup prevents risk to lose the data and it helps to restore the database if any issue occurred. So, backup the database whenever possible is a good idea. There many wa...

By: CodexWorld Feb 8, 2018

Using SMTP server is always a good idea to send email from the script. Sometimes PHP mail() function fails to send the email to the recipient or deliver email to the spam folder. To avoid this issue SMTP is an effective way to send an email. CodeIgniter Em...

By: CodexWorld May 31, 2017

PayPal Subscriptions payment lets you accept payment for your member subscription service. If you have a membership website and want to add a subscription feature, PayPal subscription API helps to do it easily. The PayPal Subscription button is a quick and...

By: CodexWorld Feb 29, 2024
keyboard_double_arrow_up