Login Register






There was a very particular style of DDOS attack just now, it was mitigated.
Thread Rating:
  • 0 Vote(s) - 0 Average


Tutorial Learn PHP filter_list
Author
Message
RE: Learn PHP #11
Thank you for this post friend I want to learn PHP and I will start learning tomorrow
Quote:"If you give a hacker a new toy, the first thing he'll do is take it apart to figure out how it works."

Jamie Zawinski

Reply

RE: Learn PHP #12
(08-14-2015, 01:38 AM)Jan3454 Wrote: Thank you for this post friend I want to learn PHP and I will start learning tomorrow

You're most welcome.

To further your learning experience, I recommend this site that contains some advanced tutorials: http://www.w3schools.com/php/
[Image: AD83g1A.png]

[+] 1 user Likes mothered's post
Reply

RE: Learn PHP #13
(08-14-2015, 02:20 PM)mothered Wrote: You're most welcome.

To further your learning experience, I recommend this site that contains some advanced tutorials: http://www.w3schools.com/php/


I was learning from newboston, but one day he just stopped making videos about PHP... I mean PHP series stop at 32 or sth..

Reply

RE: Learn PHP #14
(08-14-2015, 05:46 PM)tinko00 Wrote: I was learning from newboston, but one day he just stopped making videos about PHP... I mean PHP series stop at 32 or sth..

Yeah, as with all tutorials, you do need to use other sources and expand your knowledge via your own volition.

I'm self-taught In the computational sector, and whist It does take a lot of dedicated research, patience and time, the rewards speak for themselves. I started PHP using w3schools and then grabbed every bit of Info I could gather from all over the net.
[Image: AD83g1A.png]

[+] 1 user Likes mothered's post
Reply

RE: Learn PHP #15
(08-15-2015, 06:42 AM)mothered Wrote: Yeah, as with all tutorials, you do need to use other sources and expand your knowledge via your own volition.

I'm self-taught In the computational sector, and whist It does take a lot of dedicated research, patience and time, the rewards speak for themselves. I started PHP using w3schools and then grabbed every bit of Info I could gather from all over the net.

Yeah actually I started with Newboston and then I was kinda disappointed with him...
So i heard about W3schools and basically I learned everything on there,,(HTML,JS,PHP,Jquery,etc) Smile I hope I will be accepted on school I want to go, its really hard to get on it though...

Reply

RE: Learn PHP #16
(08-15-2015, 02:33 PM)tinko00 Wrote: Yeah actually I started with Newboston and then I was kinda disappointed with him...
So i heard about W3schools and basically I learned everything on there,,(HTML,JS,PHP,Jquery,etc) Smile I hope I will be accepted on school I want to go, its really hard to get on it though...

Yes, I must say, w3schools Is an excellent starting point. It guides you from the very basics to the more advanced with very easy to understand tutorials.

Regarding your school, keep at It and don't take "no" for an answer. If you know what you're worth, go out and get what you're worth and let no one tell you otherwise.
[Image: AD83g1A.png]

Reply

RE: Learn PHP #17
(06-06-2015, 02:36 PM)mothered Wrote: Greetings everyone,

For anyone looking to learn PHP, here's a set of video tutorials that'll guide you from start to finish. They run In numerical learning order, from the same author and continue from one to the next until finished.

Of course, as with any learning course, you will need to expand your knowledge further via your own volition.
It covers the basics to the little more advanced.

(1). Installing PHP: http://www.youtube.com/watch?v=EwJujkxYLZs
(2). Basic output and variables: http://www.youtube.com/watch?v=e_BQdwfCLj4
(3). Basic math and functions: http://www.youtube.com/watch?v=O4N1znSck0w
(4). If else statements: http://www.youtube.com/watch?v=9taxtnYSvEU
(5). If else-If else statements: http://www.youtube.com/watch?v=YuQZDiawu3A
(6). Switch statement: http://www.youtube.com/watch?v=Yo1YjPWpy2M
(7). While loop: http://www.youtube.com/watch?v=hO0YOOeJrOE
(8). Do loop: http://www.youtube.com/watch?v=kzWJ5Hw6BNs
(9). For loop: http://www.youtube.com/watch?v=9oMw9ApY6O8
(10).Arrays: http://www.youtube.com/watch?v=8lJ4gl0qmDo
(11).Associative arrays: http://www.youtube.com/watch?v=bzq0_VYtMkc
(12).Adding & modifying elements In an array: http://www.youtube.com/watch?v=7wVgRS8M6RU
(13).Arrays with loops: http://www.youtube.com/watch?v=qfh_4kshKBw
(14).Foreach array loops: http://www.youtube.com/watch?v=VnGX8cCcFCs
(15).Functions: http://www.youtube.com/watch?v=Yc66ZSeAGVA
(16).Parameters In functions: http://www.youtube.com/watch?v=EdcWaoWwqFA
(17).Return values: http://www.youtube.com/watch?v=e7oUPTKecYQ
(18). Beginning forms: http://www.youtube.com/watch?v=Fw2h_WgHGYQ
(19).More on forms: http://www.youtube.com/watch?v=HnEYRdQXGUY
(20).Date function: http://www.youtube.com/watch?v=Nw8y-EH5I_k
(21). Include function: http://www.youtube.com/watch?v=XmoF-6vshSI
(22). Creating a MySQL Database: http://www.youtube.com/watch?v=GsRS-Dwaf-g
(23). Adding tables to MySQL Database: http://www.youtube.com/watch?v=ylKflDNWRLQ
(24).Connecting to MySQL Database: http://www.youtube.com/watch?v=TteaqgZ3l7c
(25).Selecting a MySQL Database: http://www.youtube.com/watch?v=d1Qm7e0b27M
(26). Testing the Database connection: http://www.youtube.com/watch?v=VLrtBF2wVgk

I know the basics of PHP, at least enough to make working projects with it however i'm more of a scriping language type of guy. I like python perl etc. but great share none the less!

10/10 contribution
Help, i need my peasant status removed! Donate to me.

>> https://www.sinister.ly/newpoints.php?action=donate <<

(contact me): xmpp: mental_neglect@dukgo.com







































































Reply

RE: Learn PHP #18
(08-15-2015, 02:38 PM)mothered Wrote: Yes, I must say, w3schools Is an excellent starting point. It guides you from the very basics to the more advanced with very easy to understand tutorials.

If anything, w3schools is a terrible place to start, and should only be used as a reference. You can start from much better places, ranging from tinkering with code on your own to reading the official documentation.
[Image: BXqGARG.png]

Reply

RE: Learn PHP #19
(08-17-2015, 03:39 AM)Stocking Wrote: If anything, w3schools is a terrible place to start, and should only be used as a reference. You can start from much better places, ranging from tinkering with code on your own to reading the official documentation.

Would you mind referencing the better places? You cannot tinker with code on your own, when you can't code to begin with.

In my views, those who're entirely new to PHP as a whole, will certainly find w3schools of benefit.
[Image: AD83g1A.png]

Reply

RE: Learn PHP #20
(08-17-2015, 02:09 PM)mothered Wrote: Would you mind referencing the better places? You cannot tinker with code on your own, when you can't code to begin with.

In my views, those who're entirely new to PHP as a whole, will certainly find w3schools of benefit.

http://php.net/docs.php

If you have a brain, you can easily tinker with code. Simply reading line-for-line, and seeing any output is more than enough, especially if you don't want to read documentation.

W3schools is outdated, and while their little sandbox idea (seemingly the most convincing reason to use w3s) is good, it isn't as good as testing on your own server. There are somethings blocked, for security measures, and it's best that users find these and test them on their own so they aren't oblivious to such. It can be an "okay" reference at best, there are much better places to learn, whether you want to agree or not.
[Image: BXqGARG.png]

Reply







Users browsing this thread:






This forum uses Lukasz Tkacz MyBB addons.