Forum Moderators: coopster
Learning HTML was easy, after I learnt the basics I already had a specific idea how to apply it. But functions like variables, arrays etc... seem compartmentalized, and I can't afford to isolate and compartmentalize what I've learnt, it has to be applicable like html.
Any ideas how i can apply PHP and grow in my skills? Any good guides that you can recommend?
There are a number of ways to learn, its finding the one that suits you best. I would recommend you start yourself a little project, something like a website guestbook system or something else so you can get hands on experience of how things work. And then take it from there.
Larry Ullmans books can be a little hard to understand if you are beginning. The dummies book on PHP/MySQL is far better imo. Another way to understand how PHP functions is to download some simple open source scripts and look at the source code. See how its applied.
Good luck,
dc
Then apply some easy script that produces immediate results that you can visualize by echoing the results
For example using to use if, else if etc… is fun
<<<<
Wallet A has $10
Wallet B contains $15
Sum A+B= $total
Widget C cost $16
If I have $total=16 echo ”I could get it”
Else if $total <$I6 echo” go back and generate more revenues!”
I did not write it … your turn!
Have fun
You need to write some scripts that allow you to visualize the results
Like in HTML adding a BG shows right away
PHP for Dummies helped this dummy gain some footing. This forum has helped when I didn't understand enough to write a good script.
SSG is correct
I don't think PHP is nearly as compartmentalized as you might believe. I tend to write fairly simple scripts, utilizing database resources