QUOTE
how did you first get into it?
At the old website I used to work for, we integrated a maps section (written in HTML) with the rest of the website. He uses <?php include... for his headers and footers, and SQL queries for some of the data.
So, I investegated into PHP at that point (not knowing anything). Since I couldn't actually program it, and I only knew simple syntax, I went off to get scripts that other people made and install them on the server. I installed my first script, then left. After I registered Staredit.net, the website was in much the same way. <?php includes with scripts. It was the only thing I knew how to do, and of course, I had my favourite message board software installed, invision power board.
After installing scripts that other people made, and checking how things work was the way I learned PHP. Soon, I was able to munipulate code to do what I wanted (it had to be based upon someone elses orginal code though). When I realized I could do this, I went ahead and got a crapload of mods for invision boards, and put them together to make a website. This many mods shouldn't actually be possible, because they start overlapping each other and so on, but it worked!
Now I've learned how to make my own coding on my own. Thus, I can now code a lot of things, but I still am unsure about making major modules.
QUOTE
The best things in using PHP are that it is extremely simple for a newcomer, but offers many advanced features for a professional programmer.
Go right ahead and try. I'm telling you, its rare for someone with no programming experience to understand any PHP.