Generate Barcode in PHP as Image

Posted on: Tuesday December 27, 2022

Generating bar code in PHP is very simple, You need a barcode.php library for this. Follow the steps given below. Step 1: Download barcode library OR Create a file barcode.php and paste code given [...]

Read More

Twitter Feed API

Posted on: Monday May 1, 2017

Go to https://apps.twitter.com/ and create App [crayon-6648e1f4399b9881197636/] [...]

Read More

CSV to Mysql

Posted on: Tuesday March 28, 2017

Upload CSV to Mysql [crayon-6648e1f439d7c878777557/] [...]

Read More

Load More style Pagination in PHP/MYSQLi

Posted on: Thursday September 29, 2016

Author: CodexWorldAuthor URL: http://www.codexworld.com/Author Email: contact@codexworld.comTutorial Link: http://www.codexworld.com/load-more-data-using-jquery-ajax-php-from-database/ ============ [...]

Read More

Get part of the current url PHP

Posted on: Thursday July 7, 2016

Get a specific part of the current url. Break URL in part by slash ‘/’. Get every section of URL by slash ‘/’   [crayon-6648e1f43c967064846832/] [...]

Read More