|
 |
 |
 |
 |
 |
php|wyciwyg TutorialsFind below our 15 chapter series taking you from knowing nothing about PHP, to knowing how to query MySQL databases, process forms over multiple pages, create small interactive quizes and learn it all with the etiquette expected of an experienced programmer. You'll learn more from these tutorials than you would from anywhere else on the web... and that's fact!- Welcome stranger to php|wyciwyg, a new series of tutorials aimed at the newcomer. My tutorials will help explain all the key aspects of PHP, the webs most popular languag...
Want to read more?
- So let's get started! Variables. Well, the best question to ask at this early stage is what is a variable?
A variable is a meaningful name that can stand in...
Want to read more?
- In our previous tutorial we've shown you how to make variables. In this tutorial, we're going to show you how to output variables, mix and match variables with normal output, an...
Want to read more?
- Relax, it's not going back to the days of high school maths, though having some experience in algebra goes a long way. In this tutorial, we'll go briefly over the four standard ...
Want to read more?
- Today's tutorial will explain strings and go into a little more detail about the various ways you can manipulate string content using the built in PHP functions.
A...
Want to read more?
- So you know how to do nearly everything with variables. I didn't think I could write that much on them but there you go. Now we need to do something constructive with them and t...
Want to read more?
- This article explains the basics behind loops in PHP and touches upon the four primary methods of looping....
Want to read more?
- Arrays are an advanced feature of variables.....
Want to read more?
- Manipulation, it's a nice word. Today's article will explain how to do basic file I/O- input, output....
Want to read more?
- MySQL next...
Want to read more?
- Recursion is a key concept of programming in any language. Getting your head around it is three quarters of the battle....
Want to read more?
- Bubble sort and some other stuff...
Want to read more?
|
 |
 |
 |
 |
|