Originally posted by mont266
So my meme website is currently working as like an image assigned to a webpage and the buttons linked to each webpage. Most meme websites that have 'next' and 'previous' buttons use PHP and I have seen people adding PHP to their website and adding like a database of images to it.
I have tried to learn PHP for a very long time now but I can never ever understand it, everything I watch on youtube about it is always something tricky like login systems or something but never something as simple as adding images for a meme website.
Can anyone link me to something that will show me exactly what to do for the task I am trying to do?
Although I don't know PHP I'm going to say this, you need to stop trying to learn a language through YouTube. You need to take the time and read a book and go through it to learn a language. All you are going to end up doing is causing exploits with your PHP if you continue coding a website without knowing how to properly code in PHP.
There is a lot of books out there, some of which are free. Videos on YouTube should be used for referencing or clearing up what you are trying to learn; not as a full on tool to learn a language.