Ok folks well im gonna begin to learn php and i was just wondering what would be a few really simple things to make using php just to try and get the hang of things?
Thanks a lot.
Printable View
Ok folks well im gonna begin to learn php and i was just wondering what would be a few really simple things to make using php just to try and get the hang of things?
Thanks a lot.
Well, you should try doing somthing with echo, array's loops (For, foreach, while) and Post-variables ($_POST[]) and get variables ($_GET[]). Try making something like a calculator or something. Just the basic operators +, -, /, and *