Bitcoin Forum
May 24, 2024, 06:33:43 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Just started learning PHP from Codecademy  (Read 1965 times)
LeoN147 (OP)
Member
**
Offline Offline

Activity: 91
Merit: 15


View Profile
February 25, 2015, 02:01:36 PM
 #1

So, I'm learning PHP from Codecademy, Lets say I'm half the way there.
funtotry
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


Ever wanted to run your own casino? PM me for info


View Profile
February 25, 2015, 02:07:12 PM
 #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.

LeoN147 (OP)
Member
**
Offline Offline

Activity: 91
Merit: 15


View Profile
February 25, 2015, 03:04:15 PM
 #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
funtotry
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


Ever wanted to run your own casino? PM me for info


View Profile
February 25, 2015, 03:52:44 PM
 #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.

azguard
Legendary
*
Offline Offline

Activity: 1484
Merit: 1001


Crypto-News.net: News from Crypto World


View Profile
February 27, 2015, 12:58:15 PM
 #5

excellent place to start with basics in PHP

i recommend this to all  my friend who want to start with php



              ▄▄▄██████▄▄▄
          ▄██████████████████▄
       ▄████████████████████████▄
 ▄▄  ▄████████████████████████████▄
███████████████████████████████████▄
 ▀▀█████████████████████████████████▄
   ██████████████████████████████████
   ██████████████████████████████████
   ██████████████████████████████████
   ██████████████████████████████████
   ▀████████████████████████████████▀
    ▀██████████████████████████████▀
     ▀▀██████████████████████████▀
        ▀██████████████████████▀
           ▀▀▀████████████▀▀▀
.
.....
.....
.....
.....
.....
.....





LeoN147 (OP)
Member
**
Offline Offline

Activity: 91
Merit: 15


View Profile
February 27, 2015, 01:35:39 PM
 #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
funtotry
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


Ever wanted to run your own casino? PM me for info


View Profile
February 27, 2015, 10: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.

jacktheking
Legendary
*
Offline Offline

Activity: 1484
Merit: 1001


Personal Text Space Not For Sale


View Profile
February 28, 2015, 01:59:00 AM
 #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'.

So sad! This profile does not appear as the #1 result (on anonymous) Google searches anymore.

Time to be active on the crypto forums again? Proud to be one of the few Legendary members of the Sparkie Red Dot!

Gonna put this on my resume if I ever join a cryptocurrency/blockchain industry!
Quartx
Hero Member
*****
Offline Offline

Activity: 1036
Merit: 504


Becoming legend, but I took merit to the knee :(


View Profile WWW
February 28, 2015, 02:06:15 AM
 #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

bri912678
Sr. Member
****
Offline Offline

Activity: 348
Merit: 250



View Profile
February 28, 2015, 11: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.
funtotry
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


Ever wanted to run your own casino? PM me for info


View Profile
February 28, 2015, 04: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

LeoN147 (OP)
Member
**
Offline Offline

Activity: 91
Merit: 15


View Profile
February 28, 2015, 11: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
minifrij
Legendary
*
Offline Offline

Activity: 2324
Merit: 1267


In Memory of Zepher


View Profile WWW
March 01, 2015, 01:11:38 AM
 #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.
TotalShift
Full Member
***
Offline Offline

Activity: 196
Merit: 100



View Profile
March 01, 2015, 01:24:23 AM
 #14

I started learning php now from a udemy tutorial I download in torrents. It's a 4 gb video tutorial.
LeoN147 (OP)
Member
**
Offline Offline

Activity: 91
Merit: 15


View Profile
March 03, 2015, 09:53:23 AM
 #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
Ajatmoralez
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


Sorry for my English if It is Bad✌✌


View Profile
March 03, 2015, 10:41:27 AM
 #16

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

LeoN147 (OP)
Member
**
Offline Offline

Activity: 91
Merit: 15


View Profile
March 03, 2015, 11:00:37 AM
 #17

Coding could improve your online earning a lot!
naypalm
Legendary
*
Offline Offline

Activity: 1272
Merit: 1012


howdy


View Profile WWW
March 03, 2015, 12:36:04 PM
 #18

Do not get suckered into w3's useless certificates. No one will look at them.

http://www.w3schools.com/cert/default.asp

Ajatmoralez
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


Sorry for my English if It is Bad✌✌


View Profile
March 03, 2015, 06:01:36 PM
 #19

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

LeoN147 (OP)
Member
**
Offline Offline

Activity: 91
Merit: 15


View Profile
March 03, 2015, 06: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
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!