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

Related posts in WordPress are the very useful to engage the audience of your website. WordPress gives you the capability to show the related posts of a specific post type. Display the related post of the article is very easy and you can add related posts ...

By: CodexWorld May 23, 2017

A bar chart is a graph that represents group data with vertical or horizontal bars. The bar chart helps to make the web application more user-friendly. To demonstrate comparison data among categories in percentage, the bar chart is the best choice.You don'...

By: CodexWorld May 17, 2017
PHP

Live image upload feature makes web application more user-friendly. With live upload, the user can select and upload images without page refresh. You can implement live image upload feature with jQuery without using Ajax or any plugin. The live image uploa...

By: CodexWorld May 10, 2017
PHP

Upload file to the server via FTP is an essential task for every web developers. There are many FTP clients are available for handling files on FTP server. But if you want to connect FTP server by the script, you can use PHP to handle files in FTP server. ...

By: CodexWorld May 4, 2017

There are various jQuery slideshow plugins are available for cycling through elements. But if the web application uses Bootstrap framework, an additional jQuery plugin is not needed to slideshow elements like a carousel. Bootstrap JS Carousel (carousel.js)...

By: CodexWorld May 2, 2017
PHP

Facebook Graph API makes it easy to embed Facebook albums to the website. You can easily create a photo gallery with Facebook photo albums using PHP and Graph API. Do you want to get all the photos from the Facebook page and show on your website? There's a...

By: CodexWorld Apr 28, 2017
keyboard_double_arrow_up