Ask me A Question or Check FAQ

I also have a guestbook too for more casual messages though you're free to leave them here too! Just know I may not respond if I'm unsure of what to say, and I'm a bit slow at responding in general at times!

greetings likes web dev rpg maker egl other art game dev ommatophilia devil's food cakes chronicles meat girl art style gift art yuri birthday wishes neocities second life my scripts nonsense linux typos zines what is it like to taste adelaide eva FOSS aiyana rehaibilitation rehAIbilitation eleanor writing request squid girl world aseroe what is it like to taste reapers jams cakes sisters dollmakers weird girls lolita utena social charlotte cakes weird girl quiz almost nearly borderline perfect guide programming ocs RreC PHP
clear tag filter
tag: PHP   [clear filter]
Q: how long did it take you to understand PHP to any real degree. i want to create some for my site that would make it much easier on me as a fellow disabled webdev but i'm about to scrap the idea of doing it myself and just find a template i can mould. T_T i feel like what i want to do isn't too difficult either, PHP just feels like moon runes to me currently...
A:

I got started with fanlistings because Koiniko let me freely use her fanlistings script then she updated it to be integrated into Onionrin. The fanlistings SQL was eventually converted into the blog script that is used for my diary (which I unfortunately have private right now).

Often on Github I'd look for preexisting free to use scripts. They tended to be too robust so I'd strip stuff stuff out... Then build onto it. I was learning little things in PHP prior but seeing other's people code helped, especially cause I can bug Koinuko too. I still feel I'm very early in my PHP journey. I still like to build off of existing code bases.. My diary was a very long project.

But like.. I struggled with the syntax for directory reading so had php use filenames for a long time (my archive is named with 2017-name.png for organization). I still kind of like that more for my workflows even if directories work better for most people..

I also think it's tools like Intelephesense help a lot. You can download the extension on VSC but it can be set up on your pc for other editors (I haven't done this yet but I miss her). It is a language server.. PHP is different from a lot of languages because you need to set up a language server to fully use an IDE's capabilities.. Intelephesense takes care of a lot of that but it is not my server of choice right now but I may use it again when I need more robust code error reporting again..

I don't know what you are making, so it's hard for me to give you a place to start.. But I'd go one piece at a time and make sure you aren't overcomplicating things.. If it has a gallery, what are you looking for? Do you want it sorted by year? If directories are failing, PHP can be weird with directories so I'd look at potentially other ways to handle it. Are you making a basic log? You may have luck looking at forms that use txt files and going through random github projects.

Solutions do not have to be sophisticated! And well.. struggling is normal too. I've cried many times over PHP lol. I still do as I tried to improve my character storage script T-T

Answered on: 2026-09-09 09:44:09
Tags: web dev PHP