Tracking progress

dummes

Newbie
Joined
Apr 1, 2026
Messages
2
Reaction score
3
Hey people, it's me again.
Since last time i have started learning PHP as some of you suggested. Right now i am sitting at a good spot, i learned about arrays , functions , if statement , loops and what objects , null , resource are.
Currently i am looking forward to learn about HTML forms so i can work my way towards login systems (idk the actual term). Then i'd like to take a look at $_POST and $_GET since currently i have no idea
what they are. Anyways, this is just tracking my progress.

Any advice is welcome. Can you say that? idk

Anyways, bye bye.
 
Hi! I recommend creating simple forms to handle data. Try to develop a simple page with 3 inputs - name and gender (radio button) and password. You should you GET in form as the first step. Then switch to the POST type of submitting.
 
Back
Top