Jump to content

Recommended Posts

how to start learning php is pretty much just a preference of how to. Some like to get a book and take their time while studieng it. I prefer the trial and error way just experiment with php and see what it does and learn from your mistakes.

 

w3cschools has a ok tutorial about learning php and so does this site under the tutorial section. just look around online and search for php tutorials. the basic one is (yeah ofcourse) "hello word" from there on learn your if else , switch and loops and you'll be fine

Link to comment
https://forums.phpfreaks.com/topic/105922-trouble-learning-php/#findComment-542829
Share on other sites

personally, I like taking others code, and breaking it down, and seeing how it works.

"ok, the code says

<?php
$string = "hello";
$strong .= " world";
print $strong;
?>

what does .= mean?"

That kind of stuff.  as I go, I learn more and more. 

The best thing I can say to do is take some open-source code (the worse the code, the better to learn by, because you get the experiece of fixing it, as you learn -- well, that's how it was for me) and try to add to it.

Link to comment
https://forums.phpfreaks.com/topic/105922-trouble-learning-php/#findComment-542838
Share on other sites

personally, I like taking others code, and breaking it down, and seeing how it works.

"ok, the code says


The best thing I can say to do is take some open-source code (the worse the code, the better to learn by, 
[/quote]

haha so true fixing someone else's code is always so much more trouble then building something from the ground up. I still say first with the basics then start playing around with messy codes and enjoy the bugs

Link to comment
https://forums.phpfreaks.com/topic/105922-trouble-learning-php/#findComment-542850
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.