Welcome To WebRelatedStuff.com

 

Latest Blog

 

Video Upload and conversion with ffmpeg

Found in ffmpeg and ffmpeg-php

This is an example of how to implement a video upload, conversion and display with ffmpeg and ffmpeg-php. This is meant as a beginners guide to getting started with ffmpeg and ffmpeg-php and not a full implementation of how you would include it in a live site, as there is room for much improvement in error cathching and security. This...

 
 
 

Latest Articles

 

Introduction to Smarty

There are many benefits to incorporating a template engine into your applications. Foremost is the seperation of "application logic" from "application presentation", enabling the separation of tasks between software developer and web-page designer in projects, keeping PHP code and HTML separate.

This article will guide you through an implementation and demonstration of using the Smarty Template Engine. The goal of this article is to give you a foundation of knowledge that will allow you to start implementing Smarty in your projects. If you are interested in learning more, please read along.

 
 

Restricted Users Areas with PHP

This article will show you how to create a user authentication and restriction system using PHP and MySQL. It will guide you through the entire process of creating a user registration and authentication system. This system will be easy to use and include in your websites pages, allowing you to restrict access to pages by including just a couple of lines at the begining on any page.

If you want to learn how to register users to your site and restrict the content of certain pages, or are just curious to see another way to carry it out, read along and enjoy the story!