php proz
•
2 Jan 2009, 21:59
•
Journals
Are there some People which are able to write some easy shizzle in PHP for me so I can give a look at? Since on PHP.net they have from time to time examples which I will never ever need.
What I need:
- loops
- if / else
- formulars
- some basic maths shizzle
What I'd also love is some kind of command reference where I can find the things listed above. Thanks for your halp :_/
What I need:
- loops
- if / else
- formulars
- some basic maths shizzle
What I'd also love is some kind of command reference where I can find the things listed above. Thanks for your halp :_/
edit: fai4madi!
here u go with a n1 tut: http://tut.php-quake.net/de/
LOADS of websites cover the basics in an easy followable fashion
The one madi posted is imo the best tutorial out there.
EDIT: At least English version, dunno how about German :P
Like for ifs for example - you can even get it in german: http://de.php.net/manual/de/control-structures.if.php
And for anything more comprehensive, just google it. Just think of few things you might want to code in php, like a page displaying only while logged in or similar and try to code that using web resources, it's the best method, even better than most of books offer ^^