Tell me about all stuff I need to learn for PHP?

Hi.

I was learning about ASP.NET in the last days, I have found that I have to learn a language such as C# or VB.NET and I have learn about SQL Server database and Visual Studio and LINQ in addition to ADO.NET and other stuff!

Now, pleeeease tell me what should I learn if I want to develop a dyanmic website using PHP? What else except PHP and some SQL statements? please tell me about eveything I have to learn.

Thanks.

Thanks guys for your reply. But is that all what I need to lrearn?

Do you mean writing PHP requires writing code more that ASP.NET?

You have to know: HTML, CSS, PHP, and some MySQL if you want to save data. You could use PHP to save stuff to a file if you wanted, but at some point youll wanna learn some SQL :stuck_out_tongue:

HTML = Very very easy
CSS = Takes getting used to, just makes things look nice, this isnt required though
PHP = Lots and lots and lots of work
MySQL = You can just learn some basics to get started: INSERT, UPDATE, DELETE

With PHP all you need to learn is the PHP language. Of course no matter what you write in (.NET, PHP, Ruby, etc) you will have to learn CSS, HTML, and a host of web techniques.