Author

Topic: Just started learning PHP from Codecademy (Read 1984 times)

member
Activity: 91
Merit: 15
March 03, 2015, 02:33:09 PM
#20
Coding could improve your online earning a lot!

Yeah thats the reason why i am learning this.
We all want to be something with any skills and want to earn money with it.
So, just happy Skill hunting  Grin
If you need some1 to learn with, PM me or add me on skype Cheesy
sr. member
Activity: 336
Merit: 250
Sorry for my English if It is Bad✌✌
Coding could improve your online earning a lot!

Yeah thats the reason why i am learning this.
We all want to be something with any skills and want to earn money with it.
So, just happy Skill hunting  Grin
legendary
Activity: 1272
Merit: 1012
howdy
Do not get suckered into w3's useless certificates. No one will look at them.

http://www.w3schools.com/cert/default.asp
member
Activity: 91
Merit: 15
Coding could improve your online earning a lot!
sr. member
Activity: 336
Merit: 250
Sorry for my English if It is Bad✌✌
To hash a string by SHA256 in PHP is easy. Here's some example code:
Quote
$string = 'teststring123';
$hashedstring = hash('SHA256', $string);

echo $string . ' : ' . $hashedstring;
This will output the following:
Quote
teststring123 : c0970ea1df4d1a25fc9f348f6d363f295152373adb42d2b27e9200cf87eeaf12

I pretty much learned PHP from googling my questions and learning the codes from the answers.
Good places I would suggest is:
http://www.w3schools.com  - Great for any sort of web programming
http://www.php.net - The official documentation, very useful for seeing syntax and such that you're unsure about
http://www.stackoverflow.com - Extremely helpful for finding answers to questions from humans to humans. Almost all errors in my code are fixed by this site.
i saved this post in my notepad in a folder named PHP learning, Thanks Smiley

Doing same. Bookmarking this to my Browser.
Good to see everyone is sharing their Experiences with different mediums they gone with
member
Activity: 91
Merit: 15
To hash a string by SHA256 in PHP is easy. Here's some example code:
Quote
$string = 'teststring123';
$hashedstring = hash('SHA256', $string);

echo $string . ' : ' . $hashedstring;
This will output the following:
Quote
teststring123 : c0970ea1df4d1a25fc9f348f6d363f295152373adb42d2b27e9200cf87eeaf12

I pretty much learned PHP from googling my questions and learning the codes from the answers.
Good places I would suggest is:
http://www.w3schools.com  - Great for any sort of web programming
http://www.php.net - The official documentation, very useful for seeing syntax and such that you're unsure about
http://www.stackoverflow.com - Extremely helpful for finding answers to questions from humans to humans. Almost all errors in my code are fixed by this site.
i saved this post in my notepad in a folder named PHP learning, Thanks Smiley
full member
Activity: 196
Merit: 100
February 28, 2015, 09:24:23 PM
#14
I started learning php now from a udemy tutorial I download in torrents. It's a 4 gb video tutorial.
legendary
Activity: 2352
Merit: 1267
In Memory of Zepher
February 28, 2015, 09:11:38 PM
#13
To hash a string by SHA256 in PHP is easy. Here's some example code:
Quote
$string = 'teststring123';
$hashedstring = hash('SHA256', $string);

echo $string . ' : ' . $hashedstring;
This will output the following:
Quote
teststring123 : c0970ea1df4d1a25fc9f348f6d363f295152373adb42d2b27e9200cf87eeaf12

I pretty much learned PHP from googling my questions and learning the codes from the answers.
Good places I would suggest is:
http://www.w3schools.com  - Great for any sort of web programming
http://www.php.net - The official documentation, very useful for seeing syntax and such that you're unsure about
http://www.stackoverflow.com - Extremely helpful for finding answers to questions from humans to humans. Almost all errors in my code are fixed by this site.
member
Activity: 91
Merit: 15
February 28, 2015, 07:13:43 PM
#12
Some useful things that probably won't be in codecademy is SHA256 hashing which is very useful with bitcoin and password and provably fair
Just spoke with a friend and he said he would teach that to me Cheesy
sr. member
Activity: 420
Merit: 250
Ever wanted to run your own casino? PM me for info
February 28, 2015, 12:04:50 PM
#11
Some useful things that probably won't be in codecademy is SHA256 hashing which is very useful with bitcoin and password and provably fair
sr. member
Activity: 348
Merit: 250
February 28, 2015, 07:11:52 AM
#10
Great to hear that someone is actually learning PHP. I suggest you looking at W3Schools first, as they provide in-depth tutorial. Codecademy is useful if you want to learn PHP fast without knowing some 'behind-the-scene'.

This ^

I started learning the fundamentals of PHP from W3schools, sometimes I feel that the courses in CodeAcademy are too repetitive although its pretty good for beginners

Stackoverflow is good for finding answers to technical questions when you get beyond the basics.
hero member
Activity: 1036
Merit: 504
Becoming legend, but I took merit to the knee :(
February 27, 2015, 10:06:15 PM
#9
Great to hear that someone is actually learning PHP. I suggest you looking at W3Schools first, as they provide in-depth tutorial. Codecademy is useful if you want to learn PHP fast without knowing some 'behind-the-scene'.

This ^

I started learning the fundamentals of PHP from W3schools, sometimes I feel that the courses in CodeAcademy are too repetitive although its pretty good for beginners
legendary
Activity: 1484
Merit: 1001
Personal Text Space Not For Sale
February 27, 2015, 09:59:00 PM
#8
Great to hear that someone is actually learning PHP. I suggest you looking at W3Schools first, as they provide in-depth tutorial. Codecademy is useful if you want to learn PHP fast without knowing some 'behind-the-scene'.
sr. member
Activity: 420
Merit: 250
Ever wanted to run your own casino? PM me for info
February 27, 2015, 06:09:20 PM
#7
I am still coding yes. After learning basic functions, try making yuor own project and thats teh way I learned, I learn while I go and have to make new things.

I'm planning to make my own Facuet script and publish it for free on the web Cheesy
Still learning tho, Around 60% so far, Going pretty slow as I'm trying to learn everything Cheesy
Good luck with your faucet script, make sure you check everything to make sure you cannot be exploited. I would hate to see hard earned money be stolen by some hacker.
member
Activity: 91
Merit: 15
February 27, 2015, 09:35:39 AM
#6
I am still coding yes. After learning basic functions, try making yuor own project and thats teh way I learned, I learn while I go and have to make new things.

I'm planning to make my own Facuet script and publish it for free on the web Cheesy
Still learning tho, Around 60% so far, Going pretty slow as I'm trying to learn everything Cheesy
legendary
Activity: 1484
Merit: 1001
Crypto-News.net: News from Crypto World
February 27, 2015, 08:58:15 AM
#5
excellent place to start with basics in PHP

i recommend this to all  my friend who want to start with php
sr. member
Activity: 420
Merit: 250
Ever wanted to run your own casino? PM me for info
February 25, 2015, 11:52:44 AM
#4
Codecademy is how I learned my PHP basics, its very helpful and a very good tool for learning new languages in the way it is done. You also get to see your code function and perform a real life function which is nice as well.
Thanks for the feedback, Mind If I ask if you are still coding ?
also, What should I start doing once done ?, Thanks Smiley
I am still coding yes. After learning basic functions, try making yuor own project and thats teh way I learned, I learn while I go and have to make new things.
member
Activity: 91
Merit: 15
February 25, 2015, 11:04:15 AM
#3
Codecademy is how I learned my PHP basics, its very helpful and a very good tool for learning new languages in the way it is done. You also get to see your code function and perform a real life function which is nice as well.
Thanks for the feedback, Mind If I ask if you are still coding ?
also, What should I start doing once done ?, Thanks Smiley
sr. member
Activity: 420
Merit: 250
Ever wanted to run your own casino? PM me for info
February 25, 2015, 10:07:12 AM
#2
Codecademy is how I learned my PHP basics, its very helpful and a very good tool for learning new languages in the way it is done. You also get to see your code function and perform a real life function which is nice as well.
member
Activity: 91
Merit: 15
February 25, 2015, 10:01:36 AM
#1
So, I'm learning PHP from Codecademy, Lets say I'm half the way there.
Jump to: