Category Archives: PHP Videos


November 17, 2015 8:59 pm

Creating useful Command Line (cli) Apps with PHP


Creating useful Command Line (cli) Apps with PHP
In this tutorial, we are going to build a command line app with PHP. The app we are going to build is going to receive certain keywords and optionally a folder and file extensions and it will store the files that correspond to the first page of Google search results for your keywords and for the file extensions you request on your storage drive. In the meantime, we will also show you how to work PHP’s built-in DOMDocument class. We called that script Getty because it GETs files.

[ Read More ]


March 16, 2015 9:32 am

How to Reward users for viewing videos using AJAX


How to Reward users for viewing videos using AJAX
In this project, we are going to show you how to reward users for watching videos in your site. They would be rewarded only for watching the whole video without fast-forwarding/skipping parts of it and would be rewarded only once for each video.

[ Read More ]


February 26, 2015 9:47 am

How to Authenticate & upload videos to YouTube Channel in PHP


How to Authenticate & upload videos to YouTube Channel in PHP
We have received many requests from our readers to write tutorial on YouTube video uploading using data API, so today we are going to show you in this tutorial that how you can authenticate and upload videos on your YouTube channel in PHP. Basically we used YouTube Data API v3 in PHP and its very easy to configure demo and download source freely available.

[ Read More ]


August 29, 2012 5:03 am

PHP Tutorial Urdu – 12 – Errors Reporting


PHP Tutorial Urdu - 12 - Errors Reporting
How do Enable and Disable errors in PHP script and allow only fatal errors not warnings and notices via PHP ini file (PHP Configuration file).   

[ Read More ]


August 29, 2012 4:56 am

PHP Tutorial Urdu – 11 – Comments


PHP Tutorial Urdu - 11 - Comments
How to use comments and what is the benefit of comments in PHP.

[ Read More ]


August 1, 2012 3:34 am

PHP Tutorial Urdu – 10 – Embedding PHP Inside HTML


PHP Tutorial Urdu - 10 - Embedding PHP Inside HTML
How to embedding PHP inside any HTML tags, table, textbox etc...Write PHP code in HTML and run on PHP server.

[ Read More ]


August 1, 2012 3:32 am

PHP Tutorial Urdu – 9 – Output HTML Using echo or print


PHP Tutorial Urdu - 9 - Output HTML Using echo or print
Write HTML inside PHP code and execute in echo or print to display on screen.

[ Read More ]