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
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
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
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
PHP

An image gallery or photo gallery is an efficient way to show the set of pictures on the web page. Image Gallery allows the user to access all images from throughout the website in one place. Generally, in the web application, the images are uploaded throu...

By: CodexWorld Jul 29, 2020
PHP

Range slider is very useful to add filter feature to the data list. Range slider is mostly used to filter data between two values. Mostly the price filter uses a range slider to filter items by price range in the web application. The price range slider all...

By: CodexWorld Sep 19, 2022
PHP

In many cases, we need to create a dynamic image on the fly and write text on the image in our web application. If you have a requirement like this, don't worry we'll provide a simple PHP script to convert text content to image and save it as PNG or JPG fo...

By: CodexWorld Mar 9, 2017
PHP

SEO friendly URLs are designed in a way where the URL slug is optimized for SEO. The use of the SEO-friendly URL helps to improve the search engine ranking. Also, the search engine friendly URL gives an idea about the web page content. From SEO URL the use...

By: CodexWorld Jun 12, 2022
keyboard_double_arrow_up