I'd like to learn PHP and MySQL better.
I'd like to learn enough to make my own blog software.
How about you and why?
I'd like to learn enough to make my own blog software.
How about you and why?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
Could you do anything game-wise with PHP?I've been meaning to learn C# so I can try to program my own games.
I already know enough of PHP/MySQL though so it's something I guess.
I've only ever seen text adventures, or visual novel style games with the logic running on PHP and visuals on HTML.Could you do anything game-wise with PHP?
I'd love to do something with HTML5. Isn't it game friendly?
I tried to make a text-based game once. All HTML though, nothing that fancy.I've only ever seen text adventures, or visual novel style games with the logic running on PHP and visuals on HTML.
You can *technically* do games in HTML, but you'd need javascript (HTML Game Example) or a framework (Phaser - A fast, fun and free open source HTML5 game framework)
I'd be willing to help! Just ask away!
For tutorials, I would suggest not learning from random sites you might find on Google, but learn from the documentation of your framework of choice. I am biased towards CodeIgniter for its simplicity and generally small size.
They even have a tutorial for creating your own news system!
Build Your First Application — CodeIgniter 4.3.1 documentation
codeigniter.com