Simple scripts in php for beginners |
Here are some php scripts for beginners to try and practice some simple codes to learn the login and program flow. If you have prior experience of any other programs like C, C++ etc then you can easily understand the program flow and the syntax.
In PHP like any other language there are loops, conditions, functions to manage the script. We will be using these functions or syntax to get our desired output. When we use these functions in our tutorials we will keep a hyper link to the tutorial about the particular function. To get the full details about the functions in use visitors can visit those links.
Every script has two parts, one is about the requirement and the other part is abut the solution. Visitors are requested to first try on their own without visiting the second part for the solution.
Printing all the numbers between 1 to 50
Printing all the even numbers between 1 to 50
|