Save 100s of Dev Hours - Get The React Codebase Generator

Home » PHP

Images to Video making php script using FFMPEG

images to video making php and ffmpeg script

Hi Geeks,
This Article is based on
Images to Video making php script using FFMPEG
,  So I am providing you the complete steps to setup the FFMPEG in windows and linux environment.
FFMPEG is very good Extension

Read More »

Implement Stripe in 3 steps using php

stripe payment using php

Hi Geeks,
This Article is focused on Implement Stripe in 3 steps using php, where you can easily accept payments through stripe by using this code. the stripe checkout.js
is used here with server side code also.
Step

Read More »

CREATE OWN CAPTCHA FOR YOUR WEBSITE

php script for captcha

Hi Geeks,
I am sharing you a program for creating a captcha script using php and javascript. Following are the simple steps to create captcha in php
Step 1: Create a php script named ‘captcha.php’ with following code

Read More »

Pagination code using php and mysql

pagination in php mysql

Hi Geeks,
We have gone through some user requests for pagination code for php mysql project.So we have created a simple class where you can easily create pagination for any grid or listing. following are the simple steps

Read More »

form validation library in php

form validation php class

Hi Geeks,
Today i am sharing a generic class for
Form validation library in php
&  it also populate if form validation failed. First of all you can download the ‘form validation library in php’ by clicking on

Read More »

How to work with AngularJS as frontend and PHP MYSQL as backend

Hi Geeks,
In this tutorial you will learn that how to work with AngularJs as web frontend or in any hybrid app and get retrieve data from database using php and mysql. We have created restful webservice for

Read More »

Array to Xml Conversion and Xml to Array Convert in PHP

array to xml to array

Hi Geeks,
Today i am sharing you a code snippet for converting xml to array with attributes also and vice versa (Convert array to xml). This class is very useful to parse rss feed and to make rss

Read More »

Progress bar for php form post , Download the Code

upload progress demo

Hi Geeks,
Now php has a feature for tracking the progress of multipart form submit. we can show the progress in percentage for user convenience .you can download the source code if you want to create progress bar

Read More »

Text to Image Convert using php code . Download source Code

Create and save dynamic image in php using gd library

Hi Geeks,
In this tutorial we will learn that how to Create and save dynamic image in php using gd library or Text to Image Convert using php code . in this example we have a requirement to create

Read More »