Skip to content

Instantly share code, notes, and snippets.

@alksily
Created September 11, 2023 21:45
Show Gist options
  • Save alksily/8b56ccf21ef4e654bc4ca3db47938125 to your computer and use it in GitHub Desktop.
Save alksily/8b56ccf21ef4e654bc4ca3db47938125 to your computer and use it in GitHub Desktop.
Test task PHP

Develop a simple web page for uploading and displaying images. Your task includes the following steps:

  1. Create an HTML form for uploading images to the server.
  2. Write a PHP script to handle the uploaded image and save it on the server.
  3. Display the uploaded image on the page after a successful upload.

Requirements:

  1. Use PHP to handle image upload and display.
  2. Ensure security checks for uploaded files.
  3. Make the page visually appealing using HTML and CSS.

This task should be achievable within a short timeframe and will assess skills in file uploading and basic server-side data handling.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment