Hi, I need some help here. I am currently using my computer to test my server and they consist of Apache, PHP and MySQL.
I want to allow people to upload images on to the site. The path of the image will be store in a database, together with all the other infomation regarding the pictures.
How do I do the upload with PHP when I do not have FTP? I read somewhere you can use streams to upload on to the server but I have no idea how. Or should I just install a FTP? If so, how do I install an FTP on my computer.