08-21-2017, 01:40 PM
Hello,
On insertpost.php, how does:
work?
I've never worked with uploading images other than using systems that had the function built in...I will do some research, but wanted to know if you knew off hand where the and is defined?
On insertpost.php, how does:
Code:
$image = $_FILES['image']['name'];
Code:
$image_tmp = $_FILES['image']['tmp_name'];
work?
I've never worked with uploading images other than using systems that had the function built in...I will do some research, but wanted to know if you knew off hand where the
Code:
name
Code:
tmp_name