File upload using php

By | March 4, 2015

step1: create a database ‘test’ and create table inside this database using the following query

step2: create a folder called “fileupload” .

step3: .create a folder ‘myfolder’ inside the ‘fileupload’ folder.

step4: save the file ‘categories.php’ inside the ‘fileupload’ folder.

step5: save the file ‘successcategories.php ‘ inside the ‘fileupload’ folder.

step6: execute the file categories.php in the browser.