xcessive
Epic Poster
.[M:5000]
Posts: 526
|
Post by xcessive on Dec 16, 2010 3:43:20 GMT
I am in the process of making a series of PHP tutorials that shall cover all the basics. What I need YOU to do is proof read this and give me ideas for things to change/add. maltic.com/phptutorials/phpTutOne.html
|
|
Scotty
Senior Poster
[M:5000]
Posts: 87
|
Post by Scotty on Dec 16, 2010 4:16:32 GMT
Giving it a read through at the minute. Very nice tutorial, which covers the basics very well, and I'm already looking forward to the next one On another unrelated note, your vocabulary is exceptional. Few typos: - end of introduction - other wise go here and so some learning you internet noob. In your variables section: deciamal
|
|
xcessive
Epic Poster
.[M:5000]
Posts: 526
|
Post by xcessive on Dec 16, 2010 4:18:57 GMT
Giving it a read through at the minute. Very nice tutorial, which covers the basics very well, and I'm already looking forward to the next one On another unrelated note, your vocabulary is exceptional. Few typos: - end of introduction - other wise go here and so some learning you internet noob. In your variables section: deciamalThanks for pointing them out, I'll get them fixed asap.
|
|
Jordan
Elite Poster
[M:5000]
Posts: 286
|
Post by Jordan on Dec 16, 2010 19:10:20 GMT
I think you are supposed to have a comma here. Also, "from" should be "form".
For example, you could have a form which users fill in and then have a PHP script that uses this from data to generate a dynamic web page based entirely on this form! This is - in so many words – what I shall be teaching you in this tutorial.
|
|
edenwax
VIP
v5 Beta Tester[M:5000]
Posts: 1,266
|
Post by edenwax on Dec 16, 2010 20:33:42 GMT
|
|
xcessive
Epic Poster
.[M:5000]
Posts: 526
|
Post by xcessive on Dec 17, 2010 0:32:20 GMT
OK I am fixing those typos and adding a whole new section of language basics. Thanks Jordan.
I am glad you got something out of that Colin, you will probably love the next tutorial; I'm gonna make a simple blog XD.
Colin, I noticed you escape stringed the data entered. This is kind of pointless if you ask me because your not actually storing and displaying the data to other users. Even so I can still hack it, try entering this:
';alert(String.fromCharCode(88,83,83))//\';alert(String.fromCharCode(88,83,83))//";alert(String.fromCharCode(88,83,83))//\";alert(String.fromCharCode(88,83,83))//--></SCRIPT>">'><SCRIPT>alert(String.fromCharCode(88,83,83))</SCRIPT>
|
|
Nick
VIP
v5 Beta Tester[M:5000]
Philadelphia Eagles: 8-8
Posts: 2,239
|
Post by Nick on Dec 17, 2010 5:04:52 GMT
Lol. You should make a tutorial on making tutorials
|
|
John Wankel
Elite Poster
Coding for you one step at a time[M:0]
Posts: 399
|
Post by John Wankel on Dec 17, 2010 6:17:36 GMT
Good luck with this.
|
|