Posts

CMS using PHP, CSS, and JS

Hi Friends in this blog I' going to teach you "how we create complete CMS" application using php. So first we should learned little beetle about php as procedural or few things about OOP of the php. 1).Download the XAMP and install it at your windows 2).Inside the installed xamp folder inside it a htdocs folder create a new folder with a name CMS  

Upload video and playback at your page from MYSQL db

Step 1: create database as video_list, then create table play_list values (id, name, url) Step 2: Now make index.php for video uploading