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

A pie chart is a circular graph which is divided into slices to represent numerical proportion. The pie chart mainly used to show comparison and the graphical representation helps understand the comparison easily. If you have a requirement to show the stat...

By: CodexWorld Apr 24, 2017

Top Notification Bar or Hello Bar is the best way to direct your visitors and promote website's most important content. Use top notification bar to promote products or show important notification for maximum reach. It's very easy to create a top fixed noti...

By: CodexWorld Apr 20, 2017

DateTime picker provides a user-friendly way to select date and time in the web form. The user can select date and time from the DateTime picker dialog without typing manually in the input field. If your web application uses Bootstrap framework, you can ea...

By: CodexWorld Nov 16, 2018
PHP

The PHP mail() function is used to send emails from the PHP script. When you send email using the mail() function in PHP, the mail is sent from your web server. Sometimes it may cause issues in sending an email and fails to deliver mail to the recipient. W...

By: CodexWorld Jan 18, 2024
keyboard_double_arrow_up