PHPMine
<? if(PHP > $Expectations) echo $Results ?>
by Angel S. Moreno
UNDER SOME SERIOUS CONSTRUCTION LINKS MAY NOT WORK
Asked 2010-03-03 13:38:45 by Lorem Ipsum
Some developer codes follow a complex algorithm language that seems pretty unapproachable
for the beginner.
Anwered 2010-03-03 13:42:34 by Hunter
I took tutorials of HTML and got to know that a little better. Then I started into PHP. Its not hard and I didn't take classes or any thing. I also am not a pro. But if I need I can change stuff around in a PHP Script or an HTML Page.
So if your dedicated to learning it, its not hard.
Anwered 2010-03-03 14:02:02 by topherG
What is an algorithm language? Every computer programming language has algorithms, all an algorithm is is a set of instructions that tell the computer what to do.
PHP is not difficult to learn if you take the time to learn basic programming principles and methodologies like the difference between structured programming and OOP, and even just getting the basics like creating variables, loops, functions, classes, etc.
Learn at least the basics of SQL (Structured Query Language) and MySQL will be easy for you.
Anwered 2010-03-03 14:05:01 by BR1
It's not hard at all, although it depends on your other skills specially with HTML because it's hard to work ONLY in php and MySql.
I recommend starting up with some book with tutorials like "PHP & MySql for dummies" because it explains everything from the beginning and it's easy to understand, then if you liked it, take a short course, and then keep studying on your own.
Bruno Preti | espaciosUy ®
http://espaciosUy.com
Questions and answers provided by the Yahoo Answers Community.