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.
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
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.