Posts

Showing posts from 2018

PHP AND UI TRAINING AND DEVELOPMENT

Image
HI,I am Pradeep K. Biswal. having 7+ yrs experience in web development and corporate training.We provide industry driven training on PHP ,MYSQL,HTML5,CSS3,JQUERY,BOOTSTRAP,ANGUALAR JS.And also provide placement in various MNCs and start up companies after completion of the training programmes.If you are interested to become a UI and Web developer.You can contact me m-8320905181,9777533393. e-mail-pbiswal46@gmail.com How to upload and download videos in php. The required scripts are given below. videoupload1.php <!DOCTYPE html> <html> <body> <form action="videoupload1.php" method="post" enctype="multipart/form-data">     Select video to upload:     <input type="file" name="fileToUpload" id="fileToUpload">     <input type="submit" value="Upload Image" name="submit"> </form> <?php if(isset($_POST['submit'])) { //$video=$_POST['