Tag Archives: connection using mysqli_connect example

File upload using php

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… Read More »